Html Css Color HEX #43490F Verdun Green

📋 copy color: '#43490F'

red 67 ◦ green 73 ◦ blue 15

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

Shades of Verdun Green #43490F

Tints of Verdun Green #43490F

RGB

 RED value IS 67 (26.56% from 255) = 43.23%

 GREEN value IS 73 (28.91% from 255) = 47.1%

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

R = 43.23%
G = 47.1%
B = 9.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#43490F (or 0x43490F) is known color: Verdun Green. HEX triplet: 43, 49 and 0F. RGB value is (67,73,15). Sum of RGB (Red+Green+Blue) = 67+73+15=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #43490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43490F is #BCB6F0. Grayscale: #404040. Windows color (decimal): -12367601 or 1001795. OLE color: 1001795.

HSL color Cylindrical-coordinate representation of color #43490F: hue angle of 66.21º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43490F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 73 15 -
CMYK 0.08 0 0.79 0.71
HSL 66.21º 0.66% 0.17% -
HSV(B) 66.21º 0.79% 0.29% -
XYZ 4.78 5.99 1.36 -
YUV 64.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 67 73 15 0.08 0 0.79 0.71 66.21 0.66 0.17
Hex 43 49 F 8 0 4F 47 42 42 11
Octal 103 111 17 10 0 117 107 102 102 21
Binary 1000011 1001001 1111 1000 0 1001111 1000111 1000010 1000010 10001

Color Harmonies of #43490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43490F

Black with #43490F

Text Example


Text Example

White with #43490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,73,15); }

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

background-color css

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

 a { background-color: rgb(67,73,15); }

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

border-color css

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

 span { border-color: rgb(67,73,15); }

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