Html Css Color HEX #3C6B4E Amazon

📋 copy color: '#3C6B4E'

red 60 ◦ green 107 ◦ blue 78

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

Shades of Amazon #3C6B4E

Tints of Amazon #3C6B4E

RGB

 RED value IS 60 (23.83% from 255) = 24.49%

 GREEN value IS 107 (42.19% from 255) = 43.67%

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 24.49%
G = 43.67%
B = 31.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#3C6B4E (or 0x3C6B4E) is known color: Amazon. HEX triplet: 3C, 6B and 4E. RGB value is (60,107,78). Sum of RGB (Red+Green+Blue) = 60+107+78=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B4E is #C394B1. Grayscale: #595959. Windows color (decimal): -12817586 or 5139260. OLE color: 5139260.

HSL color Cylindrical-coordinate representation of color #3C6B4E: hue angle of 142.98º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6B4E is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 107 78 -
CMYK 0.44 0 0.27 0.58
HSL 142.98º 0.28% 0.33% -
HSV(B) 142.98º 0.44% 0.42% -
XYZ 8.5 12.03 9.08 -
YUV 89.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 60 107 78 0.44 0 0.27 0.58 142.98 0.28 0.33
Hex 3C 6B 4E 2C 0 1B 3A 8F 1C 21
Octal 74 153 116 54 0 33 72 217 34 41
Binary 111100 1101011 1001110 101100 0 11011 111010 10001111 11100 100001

Color Harmonies of #3C6B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B4E

Black with #3C6B4E

Text Example


Text Example

White with #3C6B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C6B4E; }

 p { color: rgb(60,107,78); }

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

background-color css

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

 a { background-color: rgb(60,107,78); }

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

border-color css

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

 span { border-color: rgb(60,107,78); }

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