Html Css Color HEX #435001 Verdun Green

📋 copy color: '#435001'

red 67 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #435001

Tints of Verdun Green #435001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 45.27%
G = 54.05%
B = 0.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#435001 (or 0x435001) is known color: Verdun Green. HEX triplet: 43, 50 and 01. RGB value is (67,80,1). Sum of RGB (Red+Green+Blue) = 67+80+1=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #435001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435001 is #BCAFFE. Grayscale: #434343. Windows color (decimal): -12365823 or 86083. OLE color: 86083.

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

Color convert

RGB 67 80 1 -
CMYK 0.16 0 0.99 0.69
HSL 69.87º 0.98% 0.16% -
HSV(B) 69.87º 0.99% 0.31% -
XYZ 5.19 6.93 1.09 -
YUV 67.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 67 80 1 0.16 0 0.99 0.69 69.87 0.98 0.16
Hex 43 50 1 10 0 63 45 46 62 10
Octal 103 120 1 20 0 143 105 106 142 20
Binary 1000011 1010000 1 10000 0 1100011 1000101 1000110 1100010 10000

Color Harmonies of #435001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435001

Black with #435001

Text Example


Text Example

White with #435001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435001; }

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

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

background-color css

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

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

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

border-color css

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

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

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