Html Css Color HEX #43550E Verdun Green

📋 copy color: '#43550E'

red 67 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #43550E

Tints of Verdun Green #43550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

 BLUE value IS 14 (5.86% from 255) = 8.43%

R = 40.36%
G = 51.2%
B = 8.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#43550E (or 0x43550E) is known color: Verdun Green. HEX triplet: 43, 55 and 0E. RGB value is (67,85,14). Sum of RGB (Red+Green+Blue) = 67+85+14=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #43550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43550E is #BCAAF1. Grayscale: #474747. Windows color (decimal): -12364530 or 939331. OLE color: 939331.

HSL color Cylindrical-coordinate representation of color #43550E: hue angle of 75.21º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43550E is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 85 14 -
CMYK 0.21 0 0.84 0.67
HSL 75.21º 0.72% 0.19% -
HSV(B) 75.21º 0.84% 0.33% -
XYZ 5.64 7.72 1.61 -
YUV 71.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 67 85 14 0.21 0 0.84 0.67 75.21 0.72 0.19
Hex 43 55 E 15 0 54 43 4B 48 13
Octal 103 125 16 25 0 124 103 113 110 23
Binary 1000011 1010101 1110 10101 0 1010100 1000011 1001011 1001000 10011

Color Harmonies of #43550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43550E

Black with #43550E

Text Example


Text Example

White with #43550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43550E; }

 p { color: rgb(67,85,14); }

 H1.HeaderClassName
 {
   color: #43550E;
 }
 .AnyTagClassName
 {
   color: #43550E;
 }
</style>

background-color css

<style>
 a { background-color: #43550E; }

 a { background-color: rgb(67,85,14); }

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

border-color css

<style>
 span { border-color: #43550E; }

 span { border-color: rgb(67,85,14); }

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