Html Css Color HEX #43500A Verdun Green

📋 copy color: '#43500A'

red 67 ◦ green 80 ◦ blue 10

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

Shades of Verdun Green #43500A

Tints of Verdun Green #43500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.96%

 BLUE value IS 10 (4.3% from 255) = 6.37%

R = 42.68%
G = 50.96%
B = 6.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#43500A (or 0x43500A) is known color: Verdun Green. HEX triplet: 43, 50 and 0A. RGB value is (67,80,10). Sum of RGB (Red+Green+Blue) = 67+80+10=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #43500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43500A is #BCAFF5. Grayscale: #444444. Windows color (decimal): -12365814 or 675907. OLE color: 675907.

HSL color Cylindrical-coordinate representation of color #43500A: hue angle of 71.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43500A is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 10 -
CMYK 0.16 0 0.87 0.69
HSL 71.14º 0.78% 0.18% -
HSV(B) 71.14º 0.88% 0.31% -
XYZ 5.24 6.95 1.35 -
YUV 68.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 67 80 10 0.16 0 0.87 0.69 71.14 0.78 0.18
Hex 43 50 A 10 0 57 45 47 4E 12
Octal 103 120 12 20 0 127 105 107 116 22
Binary 1000011 1010000 1010 10000 0 1010111 1000101 1000111 1001110 10010

Color Harmonies of #43500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43500A

Black with #43500A

Text Example


Text Example

White with #43500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43500A; }

 p { color: rgb(67,80,10); }

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

background-color css

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

 a { background-color: rgb(67,80,10); }

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

border-color css

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

 span { border-color: rgb(67,80,10); }

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