Html Css Color HEX #434101 Verdun Green

📋 copy color: '#434101'

red 67 ◦ green 65 ◦ blue 1

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

Shades of Verdun Green #434101

Tints of Verdun Green #434101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.87%

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

R = 50.38%
G = 48.87%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#434101 (or 0x434101) is known color: Verdun Green. HEX triplet: 43, 41 and 01. RGB value is (67,65,1). Sum of RGB (Red+Green+Blue) = 67+65+1=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #434101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434101 is #BCBEFE. Grayscale: #3A3A3A. Windows color (decimal): -12369663 or 82243. OLE color: 82243.

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

Color convert

RGB 67 65 1 -
CMYK 0 0.03 0.99 0.74
HSL 58.18º 0.97% 0.13% -
HSV(B) 58.18º 0.99% 0.26% -
XYZ 4.21 4.98 0.77 -
YUV 58.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 67 65 1 0 0.03 0.99 0.74 58.18 0.97 0.13
Hex 43 41 1 0 3 63 4A 3A 61 D
Octal 103 101 1 0 3 143 112 72 141 15
Binary 1000011 1000001 1 0 11 1100011 1001010 111010 1100001 1101

Color Harmonies of #434101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434101

Black with #434101

Text Example


Text Example

White with #434101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434101; }

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

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

background-color css

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

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

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

border-color css

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

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

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