Html Css Color HEX #3D6043 Hunter Green

📋 copy color: '#3D6043'

red 61 ◦ green 96 ◦ blue 67

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

Shades of Hunter Green #3D6043

Tints of Hunter Green #3D6043

RGB

 RED value IS 61 (24.22% from 255) = 27.23%

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

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

R = 27.23%
G = 42.86%
B = 29.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#3D6043 (or 0x3D6043) is known color: Hunter Green. HEX triplet: 3D, 60 and 43. RGB value is (61,96,67). Sum of RGB (Red+Green+Blue) = 61+96+67=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6043 is #C29FBC. Grayscale: #525252. Windows color (decimal): -12754877 or 4415549. OLE color: 4415549.

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

Color convert

RGB 61 96 67 -
CMYK 0.36 0 0.30 0.62
HSL 130.29º 0.22% 0.31% -
HSV(B) 130.29º 0.36% 0.38% -
XYZ 7.12 9.76 6.82 -
YUV 82.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 61 96 67 0.36 0 0.30 0.62 130.29 0.22 0.31
Hex 3D 60 43 24 0 1E 3E 82 16 1F
Octal 75 140 103 44 0 36 76 202 26 37
Binary 111101 1100000 1000011 100100 0 11110 111110 10000010 10110 11111

Color Harmonies of #3D6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6043

Black with #3D6043

Text Example


Text Example

White with #3D6043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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