Html Css Color HEX #434301 Verdun Green

📋 copy color: '#434301'

red 67 ◦ green 67 ◦ blue 1

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

Shades of Verdun Green #434301

Tints of Verdun Green #434301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.63%

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

R = 49.63%
G = 49.63%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#434301 (or 0x434301) is known color: Verdun Green. HEX triplet: 43, 43 and 01. RGB value is (67,67,1). Sum of RGB (Red+Green+Blue) = 67+67+1=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434301 is #BCBCFE. Grayscale: #3B3B3B. Windows color (decimal): -12369151 or 82755. OLE color: 82755.

HSL color Cylindrical-coordinate representation of color #434301: hue angle of 60º 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 #434301 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 67 1 -
CMYK 0 0 0.99 0.74
HSL 60º 0.97% 0.13% -
HSV(B) 60º 0.99% 0.26% -
XYZ 4.33 5.21 0.81 -
YUV 59.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 67 67 1 0 0 0.99 0.74 60 0.97 0.13
Hex 43 43 1 0 0 63 4A 3C 61 D
Octal 103 103 1 0 0 143 112 74 141 15
Binary 1000011 1000011 1 0 0 1100011 1001010 111100 1100001 1101

Color Harmonies of #434301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434301

Black with #434301

Text Example


Text Example

White with #434301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434301; }

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

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

background-color css

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

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

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

border-color css

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

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

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