Html Css Color HEX #385C3D Hunter Green

📋 copy color: '#385C3D'

red 56 ◦ green 92 ◦ blue 61

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

Shades of Hunter Green #385C3D

Tints of Hunter Green #385C3D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.02%

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

R = 26.79%
G = 44.02%
B = 29.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#385C3D (or 0x385C3D) is known color: Hunter Green. HEX triplet: 38, 5C and 3D. RGB value is (56,92,61). Sum of RGB (Red+Green+Blue) = 56+92+61=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #385C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C3D is #C7A3C2. Grayscale: #4D4D4D. Windows color (decimal): -13083587 or 4021304. OLE color: 4021304.

HSL color Cylindrical-coordinate representation of color #385C3D: hue angle of 128.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C3D is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 61 -
CMYK 0.39 0 0.34 0.64
HSL 128.33º 0.24% 0.29% -
HSV(B) 128.33º 0.39% 0.36% -
XYZ 6.3 8.83 5.79 -
YUV 77.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 56 92 61 0.39 0 0.34 0.64 128.33 0.24 0.29
Hex 38 5C 3D 27 0 22 40 80 18 1D
Octal 70 134 75 47 0 42 100 200 30 35
Binary 111000 1011100 111101 100111 0 100010 1000000 10000000 11000 11101

Color Harmonies of #385C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C3D

Black with #385C3D

Text Example


Text Example

White with #385C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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