Html Css Color HEX #435501 Verdun Green

📋 copy color: '#435501'

red 67 ◦ green 85 ◦ blue 1

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

Shades of Verdun Green #435501

Tints of Verdun Green #435501

RGB

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

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

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

R = 43.79%
G = 55.56%
B = 0.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#435501 (or 0x435501) is known color: Verdun Green. HEX triplet: 43, 55 and 01. RGB value is (67,85,1). Sum of RGB (Red+Green+Blue) = 67+85+1=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #435501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435501 is #BCAAFE. Grayscale: #464646. Windows color (decimal): -12364543 or 87363. OLE color: 87363.

HSL color Cylindrical-coordinate representation of color #435501: hue angle of 72.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #435501 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 85 1 -
CMYK 0.21 0 0.99 0.67
HSL 72.86º 0.98% 0.17% -
HSV(B) 72.86º 0.99% 0.33% -
XYZ 5.57 7.69 1.22 -
YUV 70.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 67 85 1 0.21 0 0.99 0.67 72.86 0.98 0.17
Hex 43 55 1 15 0 63 43 49 62 11
Octal 103 125 1 25 0 143 103 111 142 21
Binary 1000011 1010101 1 10101 0 1100011 1000011 1001001 1100010 10001

Color Harmonies of #435501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435501

Black with #435501

Text Example


Text Example

White with #435501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435501; }

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

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

background-color css

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

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

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

border-color css

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

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

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