Html Css Color HEX #385E3C Hunter Green

📋 copy color: '#385E3C'

red 56 ◦ green 94 ◦ blue 60

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

Shades of Hunter Green #385E3C

Tints of Hunter Green #385E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.57%

R = 26.67%
G = 44.76%
B = 28.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#385E3C (or 0x385E3C) is known color: Hunter Green. HEX triplet: 38, 5E and 3C. RGB value is (56,94,60). Sum of RGB (Red+Green+Blue) = 56+94+60=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #385E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E3C is #C7A1C3. Grayscale: #4E4E4E. Windows color (decimal): -13083076 or 3956280. OLE color: 3956280.

HSL color Cylindrical-coordinate representation of color #385E3C: hue angle of 126.32º 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 #385E3C is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 94 60 -
CMYK 0.40 0 0.36 0.63
HSL 126.32º 0.25% 0.29% -
HSV(B) 126.32º 0.4% 0.37% -
XYZ 6.45 9.17 5.71 -
YUV 78.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 56 94 60 0.40 0 0.36 0.63 126.32 0.25 0.29
Hex 38 5E 3C 28 0 24 3F 7E 19 1D
Octal 70 136 74 50 0 44 77 176 31 35
Binary 111000 1011110 111100 101000 0 100100 111111 1111110 11001 11101

Color Harmonies of #385E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E3C

Black with #385E3C

Text Example


Text Example

White with #385E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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