Html Css Color HEX #405307 Verdun Green

📋 copy color: '#405307'

red 64 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #405307

Tints of Verdun Green #405307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.9%

 BLUE value IS 7 (3.13% from 255) = 4.55%

R = 41.56%
G = 53.9%
B = 4.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#405307 (or 0x405307) is known color: Verdun Green. HEX triplet: 40, 53 and 07. RGB value is (64,83,7). Sum of RGB (Red+Green+Blue) = 64+83+7=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #405307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405307 is #BFACF8. Grayscale: #444444. Windows color (decimal): -12561657 or 480064. OLE color: 480064.

HSL color Cylindrical-coordinate representation of color #405307: hue angle of 75º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #405307 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 7 -
CMYK 0.23 0 0.92 0.67
HSL 75º 0.84% 0.18% -
HSV(B) 75º 0.92% 0.33% -
XYZ 5.25 7.29 1.33 -
YUV 68.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 64 83 7 0.23 0 0.92 0.67 75 0.84 0.18
Hex 40 53 7 17 0 5C 43 4B 54 12
Octal 100 123 7 27 0 134 103 113 124 22
Binary 1000000 1010011 111 10111 0 1011100 1000011 1001011 1010100 10010

Color Harmonies of #405307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405307

Black with #405307

Text Example


Text Example

White with #405307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405307; }

 p { color: rgb(64,83,7); }

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

background-color css

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

 a { background-color: rgb(64,83,7); }

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

border-color css

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

 span { border-color: rgb(64,83,7); }

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