Html Css Color HEX #385407 Verdun Green

📋 copy color: '#385407'

red 56 ◦ green 84 ◦ blue 7

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

Shades of Verdun Green #385407

Tints of Verdun Green #385407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.76%

R = 38.1%
G = 57.14%
B = 4.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#385407 (or 0x385407) is known color: Verdun Green. HEX triplet: 38, 54 and 07. RGB value is (56,84,7). Sum of RGB (Red+Green+Blue) = 56+84+7=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #385407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385407 is #C7ABF8. Grayscale: #434343. Windows color (decimal): -13085689 or 480312. OLE color: 480312.

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

Color convert

RGB 56 84 7 -
CMYK 0.33 0 0.92 0.67
HSL 81.82º 0.85% 0.18% -
HSV(B) 81.82º 0.92% 0.33% -
XYZ 4.84 7.2 1.34 -
YUV 66.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 56 84 7 0.33 0 0.92 0.67 81.82 0.85 0.18
Hex 38 54 7 21 0 5C 43 52 55 12
Octal 70 124 7 41 0 134 103 122 125 22
Binary 111000 1010100 111 100001 0 1011100 1000011 1010010 1010101 10010

Color Harmonies of #385407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385407

Black with #385407

Text Example


Text Example

White with #385407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385407; }

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

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

background-color css

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

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

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

border-color css

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

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

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