Html Css Color HEX #307645 Amazon

📋 copy color: '#307645'

red 48 ◦ green 118 ◦ blue 69

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

Shades of Amazon #307645

Tints of Amazon #307645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.36%

R = 20.43%
G = 50.21%
B = 29.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#307645 (or 0x307645) is known color: Amazon. HEX triplet: 30, 76 and 45. RGB value is (48,118,69). Sum of RGB (Red+Green+Blue) = 48+118+69=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #307645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307645 is #CF89BA. Grayscale: #5B5B5B. Windows color (decimal): -13601211 or 4552240. OLE color: 4552240.

HSL color Cylindrical-coordinate representation of color #307645: hue angle of 138º 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 #307645 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 69 -
CMYK 0.59 0 0.42 0.54
HSL 138º 0.42% 0.33% -
HSV(B) 138º 0.59% 0.46% -
XYZ 8.77 14.01 7.87 -
YUV 91.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 48 118 69 0.59 0 0.42 0.54 138 0.42 0.33
Hex 30 76 45 3B 0 2A 36 8A 2A 21
Octal 60 166 105 73 0 52 66 212 52 41
Binary 110000 1110110 1000101 111011 0 101010 110110 10001010 101010 100001

Color Harmonies of #307645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307645

Black with #307645

Text Example


Text Example

White with #307645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307645; }

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

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

background-color css

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

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

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

border-color css

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

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

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