Html Css Color HEX #385316 Verdun Green

📋 copy color: '#385316'

red 56 ◦ green 83 ◦ blue 22

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

Shades of Verdun Green #385316

Tints of Verdun Green #385316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.55%

 BLUE value IS 22 (8.98% from 255) = 13.66%

R = 34.78%
G = 51.55%
B = 13.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#385316 (or 0x385316) is known color: Verdun Green. HEX triplet: 38, 53 and 16. RGB value is (56,83,22). Sum of RGB (Red+Green+Blue) = 56+83+22=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #385316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385316 is #C7ACE9. Grayscale: #444444. Windows color (decimal): -13085930 or 1463096. OLE color: 1463096.

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

Color convert

RGB 56 83 22 -
CMYK 0.33 0 0.73 0.67
HSL 86.56º 0.58% 0.21% -
HSV(B) 86.56º 0.73% 0.33% -
XYZ 4.87 7.09 1.87 -
YUV 67.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 56 83 22 0.33 0 0.73 0.67 86.56 0.58 0.21
Hex 38 53 16 21 0 49 43 57 3A 15
Octal 70 123 26 41 0 111 103 127 72 25
Binary 111000 1010011 10110 100001 0 1001001 1000011 1010111 111010 10101

Color Harmonies of #385316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385316

Black with #385316

Text Example


Text Example

White with #385316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385316; }

 p { color: rgb(56,83,22); }

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

background-color css

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

 a { background-color: rgb(56,83,22); }

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

border-color css

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

 span { border-color: rgb(56,83,22); }

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