Html Css Color HEX #434C01 Verdun Green

📋 copy color: '#434C01'

red 67 ◦ green 76 ◦ blue 1

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

Shades of Verdun Green #434C01

Tints of Verdun Green #434C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 52.78%

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

R = 46.53%
G = 52.78%
B = 0.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#434C01 (or 0x434C01) is known color: Verdun Green. HEX triplet: 43, 4C and 01. RGB value is (67,76,1). Sum of RGB (Red+Green+Blue) = 67+76+1=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #434C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434C01 is #BCB3FE. Grayscale: #414141. Windows color (decimal): -12366847 or 85059. OLE color: 85059.

HSL color Cylindrical-coordinate representation of color #434C01: hue angle of 67.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #434C01 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 76 1 -
CMYK 0.12 0 0.99 0.70
HSL 67.2º 0.97% 0.15% -
HSV(B) 67.2º 0.99% 0.3% -
XYZ 4.9 6.36 1 -
YUV 64.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 67 76 1 0.12 0 0.99 0.70 67.2 0.97 0.15
Hex 43 4C 1 C 0 63 46 43 61 F
Octal 103 114 1 14 0 143 106 103 141 17
Binary 1000011 1001100 1 1100 0 1100011 1000110 1000011 1100001 1111

Color Harmonies of #434C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C01

Black with #434C01

Text Example


Text Example

White with #434C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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