Html Css Color HEX #386E40 Hunter Green

📋 copy color: '#386E40'

red 56 ◦ green 110 ◦ blue 64

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

Shades of Hunter Green #386E40

Tints of Hunter Green #386E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 24.35%
G = 47.83%
B = 27.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#386E40 (or 0x386E40) is known color: Hunter Green. HEX triplet: 38, 6E and 40. RGB value is (56,110,64). Sum of RGB (Red+Green+Blue) = 56+110+64=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #386E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E40 is #C791BF. Grayscale: #585858. Windows color (decimal): -13078976 or 4222520. OLE color: 4222520.

HSL color Cylindrical-coordinate representation of color #386E40: hue angle of 128.89º 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 #386E40 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 110 64 -
CMYK 0.49 0 0.42 0.57
HSL 128.89º 0.33% 0.33% -
HSV(B) 128.89º 0.49% 0.43% -
XYZ 8.13 12.36 6.81 -
YUV 88.61 114.11 104.74 -
System Red Green Blue C M Y K H S L
Decimal 56 110 64 0.49 0 0.42 0.57 128.89 0.33 0.33
Hex 38 6E 40 31 0 2A 39 81 21 21
Octal 70 156 100 61 0 52 71 201 41 41
Binary 111000 1101110 1000000 110001 0 101010 111001 10000001 100001 100001

Color Harmonies of #386E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E40

Black with #386E40

Text Example


Text Example

White with #386E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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