Html Css Color HEX #434501 Verdun Green

📋 copy color: '#434501'

red 67 ◦ green 69 ◦ blue 1

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

Shades of Verdun Green #434501

Tints of Verdun Green #434501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.36%

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

R = 48.91%
G = 50.36%
B = 0.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#434501 (or 0x434501) is known color: Verdun Green. HEX triplet: 43, 45 and 01. RGB value is (67,69,1). Sum of RGB (Red+Green+Blue) = 67+69+1=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #434501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434501 is #BCBAFE. Grayscale: #3C3C3C. Windows color (decimal): -12368639 or 83267. OLE color: 83267.

HSL color Cylindrical-coordinate representation of color #434501: hue angle of 61.76º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #434501 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 67 69 1 -
CMYK 0.03 0 0.99 0.73
HSL 61.76º 0.97% 0.14% -
HSV(B) 61.76º 0.99% 0.27% -
XYZ 4.45 5.45 0.85 -
YUV 60.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 67 69 1 0.03 0 0.99 0.73 61.76 0.97 0.14
Hex 43 45 1 3 0 63 49 3E 61 E
Octal 103 105 1 3 0 143 111 76 141 16
Binary 1000011 1000101 1 11 0 1100011 1001001 111110 1100001 1110

Color Harmonies of #434501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434501

Black with #434501

Text Example


Text Example

White with #434501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434501; }

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

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

background-color css

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

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

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

border-color css

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

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

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