Html Css Color HEX #435003 Verdun Green

📋 copy color: '#435003'

red 67 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #435003

Tints of Verdun Green #435003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2%

R = 44.67%
G = 53.33%
B = 2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#435003 (or 0x435003) is known color: Verdun Green. HEX triplet: 43, 50 and 03. RGB value is (67,80,3). Sum of RGB (Red+Green+Blue) = 67+80+3=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #435003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435003 is #BCAFFC. Grayscale: #434343. Windows color (decimal): -12365821 or 217155. OLE color: 217155.

HSL color Cylindrical-coordinate representation of color #435003: hue angle of 70.13º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #435003 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 3 -
CMYK 0.16 0 0.96 0.69
HSL 70.13º 0.93% 0.16% -
HSV(B) 70.13º 0.96% 0.31% -
XYZ 5.2 6.94 1.15 -
YUV 67.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 67 80 3 0.16 0 0.96 0.69 70.13 0.93 0.16
Hex 43 50 3 10 0 60 45 46 5D 10
Octal 103 120 3 20 0 140 105 106 135 20
Binary 1000011 1010000 11 10000 0 1100000 1000101 1000110 1011101 10000

Color Harmonies of #435003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435003

Black with #435003

Text Example


Text Example

White with #435003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435003; }

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

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

background-color css

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

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

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

border-color css

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

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

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