Html Css Color HEX #434E01 Verdun Green

📋 copy color: '#434E01'

red 67 ◦ green 78 ◦ blue 1

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

Shades of Verdun Green #434E01

Tints of Verdun Green #434E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.42%

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

R = 45.89%
G = 53.42%
B = 0.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#434E01 (or 0x434E01) is known color: Verdun Green. HEX triplet: 43, 4E and 01. RGB value is (67,78,1). Sum of RGB (Red+Green+Blue) = 67+78+1=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #434E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434E01 is #BCB1FE. Grayscale: #424242. Windows color (decimal): -12366335 or 85571. OLE color: 85571.

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

Color convert

RGB 67 78 1 -
CMYK 0.14 0 0.99 0.69
HSL 68.57º 0.97% 0.15% -
HSV(B) 68.57º 0.99% 0.31% -
XYZ 5.04 6.64 1.05 -
YUV 65.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 67 78 1 0.14 0 0.99 0.69 68.57 0.97 0.15
Hex 43 4E 1 E 0 63 45 45 61 F
Octal 103 116 1 16 0 143 105 105 141 17
Binary 1000011 1001110 1 1110 0 1100011 1000101 1000101 1100001 1111

Color Harmonies of #434E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E01

Black with #434E01

Text Example


Text Example

White with #434E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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