Html Css Color HEX #40580F Verdun Green

📋 copy color: '#40580F'

red 64 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #40580F

Tints of Verdun Green #40580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.69%

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 38.32%
G = 52.69%
B = 8.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#40580F (or 0x40580F) is known color: Verdun Green. HEX triplet: 40, 58 and 0F. RGB value is (64,88,15). Sum of RGB (Red+Green+Blue) = 64+88+15=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #40580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40580F is #BFA7F0. Grayscale: #484848. Windows color (decimal): -12560369 or 1005632. OLE color: 1005632.

HSL color Cylindrical-coordinate representation of color #40580F: hue angle of 79.73º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40580F is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 15 -
CMYK 0.27 0 0.83 0.65
HSL 79.73º 0.71% 0.2% -
HSV(B) 79.73º 0.83% 0.35% -
XYZ 5.69 8.1 1.72 -
YUV 72.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 64 88 15 0.27 0 0.83 0.65 79.73 0.71 0.2
Hex 40 58 F 1B 0 53 41 50 47 14
Octal 100 130 17 33 0 123 101 120 107 24
Binary 1000000 1011000 1111 11011 0 1010011 1000001 1010000 1000111 10100

Color Harmonies of #40580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40580F

Black with #40580F

Text Example


Text Example

White with #40580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40580F; }

 p { color: rgb(64,88,15); }

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

background-color css

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

 a { background-color: rgb(64,88,15); }

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

border-color css

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

 span { border-color: rgb(64,88,15); }

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