Html Css Color HEX #435000 Verdun Green

📋 copy color: '#435000'

red 67 ◦ green 80 ◦ blue 0

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

Shades of Verdun Green #435000

Tints of Verdun Green #435000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.58%
G = 54.42%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#435000 (or 0x435000) is known color: Verdun Green. HEX triplet: 43, 50 and 00. RGB value is (67,80,0). Sum of RGB (Red+Green+Blue) = 67+80+0=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #435000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435000 is #BCAFFF. Grayscale: #434343. Windows color (decimal): -12365824 or 20547. OLE color: 20547.

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

Color convert

RGB 67 80 0 -
CMYK 0.16 0 1 0.69
HSL 69.75º 1% 0.16% -
HSV(B) 69.75º 1% 0.31% -
XYZ 5.18 6.93 1.06 -
YUV 66.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 67 80 0 0.16 0 1 0.69 69.75 1 0.16
Hex 43 50 0 10 0 64 45 46 64 10
Octal 103 120 0 20 0 144 105 106 144 20
Binary 1000011 1010000 0 10000 0 1100100 1000101 1000110 1100100 10000

Color Harmonies of #435000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435000

Black with #435000

Text Example


Text Example

White with #435000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435000; }

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

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

background-color css

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

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

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

border-color css

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

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

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