Html Css Color HEX #436001 Verdun Green

📋 copy color: '#436001'

red 67 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #436001

Tints of Verdun Green #436001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.54%

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

R = 40.85%
G = 58.54%
B = 0.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#436001 (or 0x436001) is known color: Verdun Green. HEX triplet: 43, 60 and 01. RGB value is (67,96,1). Sum of RGB (Red+Green+Blue) = 67+96+1=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #436001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436001 is #BC9FFE. Grayscale: #4C4C4C. Windows color (decimal): -12361727 or 90179. OLE color: 90179.

HSL color Cylindrical-coordinate representation of color #436001: hue angle of 78.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #436001 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 96 1 -
CMYK 0.30 0 0.99 0.62
HSL 78.32º 0.98% 0.19% -
HSV(B) 78.32º 0.99% 0.38% -
XYZ 6.5 9.56 1.53 -
YUV 76.5 85.39 121.22 -
System Red Green Blue C M Y K H S L
Decimal 67 96 1 0.30 0 0.99 0.62 78.32 0.98 0.19
Hex 43 60 1 1E 0 63 3E 4E 62 13
Octal 103 140 1 36 0 143 76 116 142 23
Binary 1000011 1100000 1 11110 0 1100011 111110 1001110 1100010 10011

Color Harmonies of #436001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436001

Black with #436001

Text Example


Text Example

White with #436001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436001; }

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

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

background-color css

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

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

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

border-color css

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

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

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