Html Css Color HEX #385710 Verdun Green

📋 copy color: '#385710'

red 56 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #385710

Tints of Verdun Green #385710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.72%

 BLUE value IS 16 (6.64% from 255) = 10.06%

R = 35.22%
G = 54.72%
B = 10.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#385710 (or 0x385710) is known color: Verdun Green. HEX triplet: 38, 57 and 10. RGB value is (56,87,16). Sum of RGB (Red+Green+Blue) = 56+87+16=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #385710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385710 is #C7A8EF. Grayscale: #454545. Windows color (decimal): -13084912 or 1070904. OLE color: 1070904.

HSL color Cylindrical-coordinate representation of color #385710: hue angle of 86.2º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #385710 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 87 16 -
CMYK 0.36 0 0.82 0.66
HSL 86.2º 0.69% 0.2% -
HSV(B) 86.2º 0.82% 0.34% -
XYZ 5.13 7.69 1.7 -
YUV 69.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 56 87 16 0.36 0 0.82 0.66 86.2 0.69 0.2
Hex 38 57 10 24 0 52 42 56 45 14
Octal 70 127 20 44 0 122 102 126 105 24
Binary 111000 1010111 10000 100100 0 1010010 1000010 1010110 1000101 10100

Color Harmonies of #385710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385710

Black with #385710

Text Example


Text Example

White with #385710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385710; }

 p { color: rgb(56,87,16); }

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

background-color css

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

 a { background-color: rgb(56,87,16); }

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

border-color css

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

 span { border-color: rgb(56,87,16); }

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