Html Css Color HEX #385E3D Hunter Green

📋 copy color: '#385E3D'

red 56 ◦ green 94 ◦ blue 61

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

Shades of Hunter Green #385E3D

Tints of Hunter Green #385E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.55%

 BLUE value IS 61 (24.22% from 255) = 28.91%

R = 26.54%
G = 44.55%
B = 28.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#385E3D (or 0x385E3D) is known color: Hunter Green. HEX triplet: 38, 5E and 3D. RGB value is (56,94,61). Sum of RGB (Red+Green+Blue) = 56+94+61=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 94 - color contains mainly: green. Hex color #385E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E3D is #C7A1C2. Grayscale: #4E4E4E. Windows color (decimal): -13083075 or 4021816. OLE color: 4021816.

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

Color convert

RGB 56 94 61 -
CMYK 0.40 0 0.35 0.63
HSL 127.89º 0.25% 0.29% -
HSV(B) 127.89º 0.4% 0.37% -
XYZ 6.48 9.18 5.85 -
YUV 78.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 56 94 61 0.40 0 0.35 0.63 127.89 0.25 0.29
Hex 38 5E 3D 28 0 23 3F 80 19 1D
Octal 70 136 75 50 0 43 77 200 31 35
Binary 111000 1011110 111101 101000 0 100011 111111 10000000 11001 11101

Color Harmonies of #385E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E3D

Black with #385E3D

Text Example


Text Example

White with #385E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,94,61); }

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

background-color css

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

 a { background-color: rgb(56,94,61); }

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

border-color css

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

 span { border-color: rgb(56,94,61); }

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