Html Css Color HEX #434001 Verdun Green

📋 copy color: '#434001'

red 67 ◦ green 64 ◦ blue 1

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

Shades of Verdun Green #434001

Tints of Verdun Green #434001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.48%

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

R = 50.76%
G = 48.48%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#434001 (or 0x434001) is known color: Verdun Green. HEX triplet: 43, 40 and 01. RGB value is (67,64,1). Sum of RGB (Red+Green+Blue) = 67+64+1=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #434001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434001 is #BCBFFE. Grayscale: #393939. Windows color (decimal): -12369919 or 81987. OLE color: 81987.

HSL color Cylindrical-coordinate representation of color #434001: hue angle of 57.27º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #434001 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 64 1 -
CMYK 0 0.04 0.99 0.74
HSL 57.27º 0.97% 0.13% -
HSV(B) 57.27º 0.99% 0.26% -
XYZ 4.15 4.86 0.75 -
YUV 57.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 67 64 1 0 0.04 0.99 0.74 57.27 0.97 0.13
Hex 43 40 1 0 4 63 4A 39 61 D
Octal 103 100 1 0 4 143 112 71 141 15
Binary 1000011 1000000 1 0 100 1100011 1001010 111001 1100001 1101

Color Harmonies of #434001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434001

Black with #434001

Text Example


Text Example

White with #434001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434001; }

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

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

background-color css

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

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

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

border-color css

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

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

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