Html Css Color HEX #307458 Amazon

📋 copy color: '#307458'

red 48 ◦ green 116 ◦ blue 88

#307458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #307458

Tints of Amazon #307458

RGB

 RED value IS 48 (19.14% from 255) = 19.05%

 GREEN value IS 116 (45.7% from 255) = 46.03%

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 19.05%
G = 46.03%
B = 34.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#307458 (or 0x307458) is known color: Amazon. HEX triplet: 30, 74 and 58. RGB value is (48,116,88). Sum of RGB (Red+Green+Blue) = 48+116+88=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #307458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307458 is #CF8BA7. Grayscale: #5C5C5C. Windows color (decimal): -13601704 or 5796912. OLE color: 5796912.

HSL color Cylindrical-coordinate representation of color #307458: hue angle of 155.29º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307458 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 88 -
CMYK 0.59 0 0.24 0.55
HSL 155.29º 0.41% 0.32% -
HSV(B) 155.29º 0.59% 0.45% -
XYZ 9.23 13.82 11.41 -
YUV 92.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 48 116 88 0.59 0 0.24 0.55 155.29 0.41 0.32
Hex 30 74 58 3B 0 18 37 9B 29 20
Octal 60 164 130 73 0 30 67 233 51 40
Binary 110000 1110100 1011000 111011 0 11000 110111 10011011 101001 100000

Color Harmonies of #307458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307458

Black with #307458

Text Example


Text Example

White with #307458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307458; }

 p { color: rgb(48,116,88); }

 H1.HeaderClassName
 {
   color: #307458;
 }
 .AnyTagClassName
 {
   color: #307458;
 }
</style>

background-color css

<style>
 a { background-color: #307458; }

 a { background-color: rgb(48,116,88); }

 div.DivClassName
 {
   background-color: #307458;
 }
 .BgClassName
 {
   background-color: #307458;
 }
</style>

border-color css

<style>
 span { border-color: #307458; }

 span { border-color: rgb(48,116,88); }

 td.TdClassName
 {
   border-color: #307458;
 }
 .TagClassName
 {
   border-color: #307458;
 }
</style>