Html Css Color HEX #386E3E Hunter Green

📋 copy color: '#386E3E'

red 56 ◦ green 110 ◦ blue 62

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

Shades of Hunter Green #386E3E

Tints of Hunter Green #386E3E

RGB

 RED value IS 56 (22.27% from 255) = 24.56%

 GREEN value IS 110 (43.36% from 255) = 48.25%

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 24.56%
G = 48.25%
B = 27.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#386E3E (or 0x386E3E) is known color: Hunter Green. HEX triplet: 38, 6E and 3E. RGB value is (56,110,62). Sum of RGB (Red+Green+Blue) = 56+110+62=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #386E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E3E is #C791C1. Grayscale: #585858. Windows color (decimal): -13078978 or 4091448. OLE color: 4091448.

HSL color Cylindrical-coordinate representation of color #386E3E: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E3E is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 110 62 -
CMYK 0.49 0 0.44 0.57
HSL 126.67º 0.33% 0.33% -
HSV(B) 126.67º 0.49% 0.43% -
XYZ 8.08 12.34 6.51 -
YUV 88.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 56 110 62 0.49 0 0.44 0.57 126.67 0.33 0.33
Hex 38 6E 3E 31 0 2C 39 7F 21 21
Octal 70 156 76 61 0 54 71 177 41 41
Binary 111000 1101110 111110 110001 0 101100 111001 1111111 100001 100001

Color Harmonies of #386E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E3E

Black with #386E3E

Text Example


Text Example

White with #386E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386E3E; }

 p { color: rgb(56,110,62); }

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

background-color css

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

 a { background-color: rgb(56,110,62); }

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

border-color css

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

 span { border-color: rgb(56,110,62); }

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