Html Css Color HEX #3C6043 Hunter Green

📋 copy color: '#3C6043'

red 60 ◦ green 96 ◦ blue 67

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

Shades of Hunter Green #3C6043

Tints of Hunter Green #3C6043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.05%

 BLUE value IS 67 (26.56% from 255) = 30.04%

R = 26.91%
G = 43.05%
B = 30.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#3C6043 (or 0x3C6043) is known color: Hunter Green. HEX triplet: 3C, 60 and 43. RGB value is (60,96,67). Sum of RGB (Red+Green+Blue) = 60+96+67=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6043 is #C39FBC. Grayscale: #525252. Windows color (decimal): -12820413 or 4415548. OLE color: 4415548.

HSL color Cylindrical-coordinate representation of color #3C6043: hue angle of 131.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6043 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 67 -
CMYK 0.38 0 0.30 0.62
HSL 131.67º 0.23% 0.31% -
HSV(B) 131.67º 0.38% 0.38% -
XYZ 7.06 9.73 6.82 -
YUV 81.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 60 96 67 0.38 0 0.30 0.62 131.67 0.23 0.31
Hex 3C 60 43 26 0 1E 3E 84 17 1F
Octal 74 140 103 46 0 36 76 204 27 37
Binary 111100 1100000 1000011 100110 0 11110 111110 10000100 10111 11111

Color Harmonies of #3C6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6043

Black with #3C6043

Text Example


Text Example

White with #3C6043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,67); }

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

background-color css

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

 a { background-color: rgb(60,96,67); }

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

border-color css

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

 span { border-color: rgb(60,96,67); }

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