Html Css Color HEX #385D3E Hunter Green

📋 copy color: '#385D3E'

red 56 ◦ green 93 ◦ blue 62

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

Shades of Hunter Green #385D3E

Tints of Hunter Green #385D3E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.08%

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

R = 26.54%
G = 44.08%
B = 29.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#385D3E (or 0x385D3E) is known color: Hunter Green. HEX triplet: 38, 5D and 3E. RGB value is (56,93,62). Sum of RGB (Red+Green+Blue) = 56+93+62=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #385D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D3E is #C7A2C1. Grayscale: #4E4E4E. Windows color (decimal): -13083330 or 4087096. OLE color: 4087096.

HSL color Cylindrical-coordinate representation of color #385D3E: hue angle of 129.73º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D3E is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 93 62 -
CMYK 0.40 0 0.33 0.64
HSL 129.73º 0.25% 0.29% -
HSV(B) 129.73º 0.4% 0.36% -
XYZ 6.41 9.02 5.96 -
YUV 78.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 56 93 62 0.40 0 0.33 0.64 129.73 0.25 0.29
Hex 38 5D 3E 28 0 21 40 82 19 1D
Octal 70 135 76 50 0 41 100 202 31 35
Binary 111000 1011101 111110 101000 0 100001 1000000 10000010 11001 11101

Color Harmonies of #385D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D3E

Black with #385D3E

Text Example


Text Example

White with #385D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385D3E; }

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

 H1.HeaderClassName
 {
   color: #385D3E;
 }
 .AnyTagClassName
 {
   color: #385D3E;
 }
</style>

background-color css

<style>
 a { background-color: #385D3E; }

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

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

border-color css

<style>
 span { border-color: #385D3E; }

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

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