Html Css Color HEX #386E3F Hunter Green

📋 copy color: '#386E3F'

red 56 ◦ green 110 ◦ blue 63

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

Shades of Hunter Green #386E3F

Tints of Hunter Green #386E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.51%

R = 24.45%
G = 48.03%
B = 27.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#386E3F (or 0x386E3F) is known color: Hunter Green. HEX triplet: 38, 6E and 3F. RGB value is (56,110,63). Sum of RGB (Red+Green+Blue) = 56+110+63=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #386E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E3F is #C791C0. Grayscale: #585858. Windows color (decimal): -13078977 or 4156984. OLE color: 4156984.

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

Color convert

RGB 56 110 63 -
CMYK 0.49 0 0.43 0.57
HSL 127.78º 0.33% 0.33% -
HSV(B) 127.78º 0.49% 0.43% -
XYZ 8.1 12.35 6.66 -
YUV 88.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 56 110 63 0.49 0 0.43 0.57 127.78 0.33 0.33
Hex 38 6E 3F 31 0 2B 39 80 21 21
Octal 70 156 77 61 0 53 71 200 41 41
Binary 111000 1101110 111111 110001 0 101011 111001 10000000 100001 100001

Color Harmonies of #386E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E3F

Black with #386E3F

Text Example


Text Example

White with #386E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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