Html Css Color HEX #307658 Amazon

📋 copy color: '#307658'

red 48 ◦ green 118 ◦ blue 88

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

Shades of Amazon #307658

Tints of Amazon #307658

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.46%

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

R = 18.9%
G = 46.46%
B = 34.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#307658 (or 0x307658) is known color: Amazon. HEX triplet: 30, 76 and 58. RGB value is (48,118,88). Sum of RGB (Red+Green+Blue) = 48+118+88=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #307658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307658 is #CF89A7. Grayscale: #5D5D5D. Windows color (decimal): -13601192 or 5797424. OLE color: 5797424.

HSL color Cylindrical-coordinate representation of color #307658: hue angle of 154.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307658 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 88 -
CMYK 0.59 0 0.25 0.54
HSL 154.29º 0.42% 0.33% -
HSV(B) 154.29º 0.59% 0.46% -
XYZ 9.46 14.29 11.49 -
YUV 93.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 48 118 88 0.59 0 0.25 0.54 154.29 0.42 0.33
Hex 30 76 58 3B 0 19 36 9A 2A 21
Octal 60 166 130 73 0 31 66 232 52 41
Binary 110000 1110110 1011000 111011 0 11001 110110 10011010 101010 100001

Color Harmonies of #307658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307658

Black with #307658

Text Example


Text Example

White with #307658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307658; }

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

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

background-color css

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

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

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

border-color css

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

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

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