Html Css Color HEX #40430C Verdun Green

📋 copy color: '#40430C'

red 64 ◦ green 67 ◦ blue 12

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

Shades of Verdun Green #40430C

Tints of Verdun Green #40430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.85%

 BLUE value IS 12 (5.08% from 255) = 8.39%

R = 44.76%
G = 46.85%
B = 8.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#40430C (or 0x40430C) is known color: Verdun Green. HEX triplet: 40, 43 and 0C. RGB value is (64,67,12). Sum of RGB (Red+Green+Blue) = 64+67+12=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #40430C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40430C is #BFBCF3. Grayscale: #3C3C3C. Windows color (decimal): -12565748 or 803648. OLE color: 803648.

HSL color Cylindrical-coordinate representation of color #40430C: hue angle of 63.27º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40430C is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 12 -
CMYK 0.04 0 0.82 0.74
HSL 63.27º 0.7% 0.15% -
HSV(B) 63.27º 0.82% 0.26% -
XYZ 4.19 5.13 1.12 -
YUV 59.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 64 67 12 0.04 0 0.82 0.74 63.27 0.7 0.15
Hex 40 43 C 4 0 52 4A 3F 46 F
Octal 100 103 14 4 0 122 112 77 106 17
Binary 1000000 1000011 1100 100 0 1010010 1001010 111111 1000110 1111

Color Harmonies of #40430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40430C

Black with #40430C

Text Example


Text Example

White with #40430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40430C; }

 p { color: rgb(64,67,12); }

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

background-color css

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

 a { background-color: rgb(64,67,12); }

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

border-color css

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

 span { border-color: rgb(64,67,12); }

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