Html Css Color HEX #43530B Verdun Green

📋 copy color: '#43530B'

red 67 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #43530B

Tints of Verdun Green #43530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.83%

R = 41.61%
G = 51.55%
B = 6.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#43530B (or 0x43530B) is known color: Verdun Green. HEX triplet: 43, 53 and 0B. RGB value is (67,83,11). Sum of RGB (Red+Green+Blue) = 67+83+11=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #43530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43530B is #BCACF4. Grayscale: #464646. Windows color (decimal): -12365045 or 742211. OLE color: 742211.

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

Color convert

RGB 67 83 11 -
CMYK 0.19 0 0.87 0.67
HSL 73.33º 0.77% 0.18% -
HSV(B) 73.33º 0.87% 0.33% -
XYZ 5.47 7.4 1.46 -
YUV 70.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 67 83 11 0.19 0 0.87 0.67 73.33 0.77 0.18
Hex 43 53 B 13 0 57 43 49 4D 12
Octal 103 123 13 23 0 127 103 111 115 22
Binary 1000011 1010011 1011 10011 0 1010111 1000011 1001001 1001101 10010

Color Harmonies of #43530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43530B

Black with #43530B

Text Example


Text Example

White with #43530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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