Html Css Color HEX #307555 Amazon

📋 copy color: '#307555'

red 48 ◦ green 117 ◦ blue 85

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

Shades of Amazon #307555

Tints of Amazon #307555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.8%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 19.2%
G = 46.8%
B = 34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#307555 (or 0x307555) is known color: Amazon. HEX triplet: 30, 75 and 55. RGB value is (48,117,85). Sum of RGB (Red+Green+Blue) = 48+117+85=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #307555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307555 is #CF8AAA. Grayscale: #5C5C5C. Windows color (decimal): -13601451 or 5600560. OLE color: 5600560.

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

Color convert

RGB 48 117 85 -
CMYK 0.59 0 0.27 0.54
HSL 152.17º 0.42% 0.32% -
HSV(B) 152.17º 0.59% 0.46% -
XYZ 9.22 14.01 10.81 -
YUV 92.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 48 117 85 0.59 0 0.27 0.54 152.17 0.42 0.32
Hex 30 75 55 3B 0 1B 36 98 2A 20
Octal 60 165 125 73 0 33 66 230 52 40
Binary 110000 1110101 1010101 111011 0 11011 110110 10011000 101010 100000

Color Harmonies of #307555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307555

Black with #307555

Text Example


Text Example

White with #307555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307555; }

 p { color: rgb(48,117,85); }

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

background-color css

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

 a { background-color: rgb(48,117,85); }

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

border-color css

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

 span { border-color: rgb(48,117,85); }

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