Html Css Color HEX #385408 Verdun Green

📋 copy color: '#385408'

red 56 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #385408

Tints of Verdun Green #385408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.41%

R = 37.84%
G = 56.76%
B = 5.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#385408 (or 0x385408) is known color: Verdun Green. HEX triplet: 38, 54 and 08. RGB value is (56,84,8). Sum of RGB (Red+Green+Blue) = 56+84+8=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #385408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385408 is #C7ABF7. Grayscale: #434343. Windows color (decimal): -13085688 or 545848. OLE color: 545848.

HSL color Cylindrical-coordinate representation of color #385408: hue angle of 82.11º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #385408 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 8 -
CMYK 0.33 0 0.90 0.67
HSL 82.11º 0.83% 0.18% -
HSV(B) 82.11º 0.9% 0.33% -
XYZ 4.85 7.2 1.36 -
YUV 66.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 56 84 8 0.33 0 0.90 0.67 82.11 0.83 0.18
Hex 38 54 8 21 0 5A 43 52 53 12
Octal 70 124 10 41 0 132 103 122 123 22
Binary 111000 1010100 1000 100001 0 1011010 1000011 1010010 1010011 10010

Color Harmonies of #385408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385408

Black with #385408

Text Example


Text Example

White with #385408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385408; }

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

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

background-color css

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

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

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

border-color css

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

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

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