Html Css Color HEX #385010 Verdun Green

📋 copy color: '#385010'

red 56 ◦ green 80 ◦ blue 16

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

Shades of Verdun Green #385010

Tints of Verdun Green #385010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.63%

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 36.84%
G = 52.63%
B = 10.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#385010 (or 0x385010) is known color: Verdun Green. HEX triplet: 38, 50 and 10. RGB value is (56,80,16). Sum of RGB (Red+Green+Blue) = 56+80+16=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #385010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385010 is #C7AFEF. Grayscale: #414141. Windows color (decimal): -13086704 or 1069112. OLE color: 1069112.

HSL color Cylindrical-coordinate representation of color #385010: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #385010 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 16 -
CMYK 0.30 0 0.80 0.69
HSL 82.5º 0.67% 0.19% -
HSV(B) 82.5º 0.8% 0.31% -
XYZ 4.59 6.62 1.53 -
YUV 65.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 56 80 16 0.30 0 0.80 0.69 82.5 0.67 0.19
Hex 38 50 10 1E 0 50 45 52 43 13
Octal 70 120 20 36 0 120 105 122 103 23
Binary 111000 1010000 10000 11110 0 1010000 1000101 1010010 1000011 10011

Color Harmonies of #385010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385010

Black with #385010

Text Example


Text Example

White with #385010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385010; }

 p { color: rgb(56,80,16); }

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

background-color css

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

 a { background-color: rgb(56,80,16); }

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

border-color css

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

 span { border-color: rgb(56,80,16); }

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