Html Css Color HEX #385711 Verdun Green

📋 copy color: '#385711'

red 56 ◦ green 87 ◦ blue 17

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

Shades of Verdun Green #385711

Tints of Verdun Green #385711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.63%

R = 35%
G = 54.38%
B = 10.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#385711 (or 0x385711) is known color: Verdun Green. HEX triplet: 38, 57 and 11. RGB value is (56,87,17). Sum of RGB (Red+Green+Blue) = 56+87+17=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #385711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385711 is #C7A8EE. Grayscale: #464646. Windows color (decimal): -13084911 or 1136440. OLE color: 1136440.

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

Color convert

RGB 56 87 17 -
CMYK 0.36 0 0.80 0.66
HSL 86.57º 0.67% 0.2% -
HSV(B) 86.57º 0.8% 0.34% -
XYZ 5.14 7.7 1.75 -
YUV 69.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 56 87 17 0.36 0 0.80 0.66 86.57 0.67 0.2
Hex 38 57 11 24 0 50 42 57 43 14
Octal 70 127 21 44 0 120 102 127 103 24
Binary 111000 1010111 10001 100100 0 1010000 1000010 1010111 1000011 10100

Color Harmonies of #385711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385711

Black with #385711

Text Example


Text Example

White with #385711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385711; }

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

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

background-color css

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

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

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

border-color css

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

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

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