Html Css Color HEX #385411 Verdun Green

📋 copy color: '#385411'

red 56 ◦ green 84 ◦ blue 17

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

Shades of Verdun Green #385411

Tints of Verdun Green #385411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.5%

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

R = 35.67%
G = 53.5%
B = 10.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#385411 (or 0x385411) is known color: Verdun Green. HEX triplet: 38, 54 and 11. RGB value is (56,84,17). Sum of RGB (Red+Green+Blue) = 56+84+17=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #385411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385411 is #C7ABEE. Grayscale: #444444. Windows color (decimal): -13085679 or 1135672. OLE color: 1135672.

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

Color convert

RGB 56 84 17 -
CMYK 0.33 0 0.80 0.67
HSL 85.07º 0.66% 0.2% -
HSV(B) 85.07º 0.8% 0.33% -
XYZ 4.9 7.22 1.67 -
YUV 67.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 56 84 17 0.33 0 0.80 0.67 85.07 0.66 0.2
Hex 38 54 11 21 0 50 43 55 42 14
Octal 70 124 21 41 0 120 103 125 102 24
Binary 111000 1010100 10001 100001 0 1010000 1000011 1010101 1000010 10100

Color Harmonies of #385411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385411

Black with #385411

Text Example


Text Example

White with #385411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385411; }

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

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

background-color css

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

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

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

border-color css

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

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

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