Html Css Color HEX #43530A Verdun Green

📋 copy color: '#43530A'

red 67 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #43530A

Tints of Verdun Green #43530A

RGB

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

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

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

R = 41.88%
G = 51.88%
B = 6.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#43530A (or 0x43530A) is known color: Verdun Green. HEX triplet: 43, 53 and 0A. RGB value is (67,83,10). Sum of RGB (Red+Green+Blue) = 67+83+10=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #43530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43530A is #BCACF5. Grayscale: #464646. Windows color (decimal): -12365046 or 676675. OLE color: 676675.

HSL color Cylindrical-coordinate representation of color #43530A: hue angle of 73.15º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43530A is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 83 10 -
CMYK 0.19 0 0.88 0.67
HSL 73.15º 0.78% 0.18% -
HSV(B) 73.15º 0.88% 0.33% -
XYZ 5.46 7.4 1.43 -
YUV 69.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 67 83 10 0.19 0 0.88 0.67 73.15 0.78 0.18
Hex 43 53 A 13 0 58 43 49 4E 12
Octal 103 123 12 23 0 130 103 111 116 22
Binary 1000011 1010011 1010 10011 0 1011000 1000011 1001001 1001110 10010

Color Harmonies of #43530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43530A

Black with #43530A

Text Example


Text Example

White with #43530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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