Html Css Color HEX #405B02 Verdun Green

📋 copy color: '#405B02'

red 64 ◦ green 91 ◦ blue 2

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

Shades of Verdun Green #405B02

Tints of Verdun Green #405B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 40.76%
G = 57.96%
B = 1.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#405B02 (or 0x405B02) is known color: Verdun Green. HEX triplet: 40, 5B and 02. RGB value is (64,91,2). Sum of RGB (Red+Green+Blue) = 64+91+2=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #405B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405B02 is #BFA4FD. Grayscale: #494949. Windows color (decimal): -12559614 or 154432. OLE color: 154432.

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

Color convert

RGB 64 91 2 -
CMYK 0.30 0 0.98 0.64
HSL 78.2º 0.96% 0.18% -
HSV(B) 78.2º 0.98% 0.36% -
XYZ 5.87 8.58 1.4 -
YUV 72.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 64 91 2 0.30 0 0.98 0.64 78.2 0.96 0.18
Hex 40 5B 2 1E 0 62 40 4E 60 12
Octal 100 133 2 36 0 142 100 116 140 22
Binary 1000000 1011011 10 11110 0 1100010 1000000 1001110 1100000 10010

Color Harmonies of #405B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B02

Black with #405B02

Text Example


Text Example

White with #405B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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