Html Css Color HEX #385905 Verdun Green

📋 copy color: '#385905'

red 56 ◦ green 89 ◦ blue 5

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

Shades of Verdun Green #385905

Tints of Verdun Green #385905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 59.33%

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

R = 37.33%
G = 59.33%
B = 3.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#385905 (or 0x385905) is known color: Verdun Green. HEX triplet: 38, 59 and 05. RGB value is (56,89,5). Sum of RGB (Red+Green+Blue) = 56+89+5=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #385905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385905 is #C7A6FA. Grayscale: #454545. Windows color (decimal): -13084411 or 350520. OLE color: 350520.

HSL color Cylindrical-coordinate representation of color #385905: hue angle of 83.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #385905 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 5 -
CMYK 0.37 0 0.94 0.65
HSL 83.57º 0.89% 0.18% -
HSV(B) 83.57º 0.94% 0.35% -
XYZ 5.23 8 1.41 -
YUV 69.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 56 89 5 0.37 0 0.94 0.65 83.57 0.89 0.18
Hex 38 59 5 25 0 5E 41 54 59 12
Octal 70 131 5 45 0 136 101 124 131 22
Binary 111000 1011001 101 100101 0 1011110 1000001 1010100 1011001 10010

Color Harmonies of #385905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385905

Black with #385905

Text Example


Text Example

White with #385905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385905; }

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

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

background-color css

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

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

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

border-color css

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

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

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