Html Css Color HEX #405B08 Verdun Green

📋 copy color: '#405B08'

red 64 ◦ green 91 ◦ blue 8

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

Shades of Verdun Green #405B08

Tints of Verdun Green #405B08

RGB

 RED value IS 64 (25.39% from 255) = 39.26%

 GREEN value IS 91 (35.94% from 255) = 55.83%

 BLUE value IS 8 (3.52% from 255) = 4.91%

R = 39.26%
G = 55.83%
B = 4.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#405B08 (or 0x405B08) is known color: Verdun Green. HEX triplet: 40, 5B and 08. RGB value is (64,91,8). Sum of RGB (Red+Green+Blue) = 64+91+8=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #405B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405B08 is #BFA4F7. Grayscale: #494949. Windows color (decimal): -12559608 or 547648. OLE color: 547648.

HSL color Cylindrical-coordinate representation of color #405B08: hue angle of 79.52º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #405B08 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 91 8 -
CMYK 0.30 0 0.91 0.64
HSL 79.52º 0.84% 0.19% -
HSV(B) 79.52º 0.91% 0.36% -
XYZ 5.9 8.59 1.58 -
YUV 73.47 91.05 121.25 -
System Red Green Blue C M Y K H S L
Decimal 64 91 8 0.30 0 0.91 0.64 79.52 0.84 0.19
Hex 40 5B 8 1E 0 5B 40 50 54 13
Octal 100 133 10 36 0 133 100 120 124 23
Binary 1000000 1011011 1000 11110 0 1011011 1000000 1010000 1010100 10011

Color Harmonies of #405B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B08

Black with #405B08

Text Example


Text Example

White with #405B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405B08; }

 p { color: rgb(64,91,8); }

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

background-color css

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

 a { background-color: rgb(64,91,8); }

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

border-color css

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

 span { border-color: rgb(64,91,8); }

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