Html Css Color HEX #385205 Verdun Green

📋 copy color: '#385205'

red 56 ◦ green 82 ◦ blue 5

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

Shades of Verdun Green #385205

Tints of Verdun Green #385205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 57.34%

 BLUE value IS 5 (2.34% from 255) = 3.5%

R = 39.16%
G = 57.34%
B = 3.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#385205 (or 0x385205) is known color: Verdun Green. HEX triplet: 38, 52 and 05. RGB value is (56,82,5). Sum of RGB (Red+Green+Blue) = 56+82+5=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #385205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385205 is #C7ADFA. Grayscale: #414141. Windows color (decimal): -13086203 or 348728. OLE color: 348728.

HSL color Cylindrical-coordinate representation of color #385205: hue angle of 80.26º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #385205 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 5 -
CMYK 0.32 0 0.94 0.68
HSL 80.26º 0.89% 0.17% -
HSV(B) 80.26º 0.94% 0.32% -
XYZ 4.68 6.89 1.23 -
YUV 65.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 56 82 5 0.32 0 0.94 0.68 80.26 0.89 0.17
Hex 38 52 5 20 0 5E 44 50 59 11
Octal 70 122 5 40 0 136 104 120 131 21
Binary 111000 1010010 101 100000 0 1011110 1000100 1010000 1011001 10001

Color Harmonies of #385205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385205

Black with #385205

Text Example


Text Example

White with #385205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385205; }

 p { color: rgb(56,82,5); }

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

background-color css

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

 a { background-color: rgb(56,82,5); }

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

border-color css

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

 span { border-color: rgb(56,82,5); }

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