Html Css Color HEX #434A05 Verdun Green

📋 copy color: '#434A05'

red 67 ◦ green 74 ◦ blue 5

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

Shades of Verdun Green #434A05

Tints of Verdun Green #434A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50.68%

 BLUE value IS 5 (2.34% from 255) = 3.42%

R = 45.89%
G = 50.68%
B = 3.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#434A05 (or 0x434A05) is known color: Verdun Green. HEX triplet: 43, 4A and 05. RGB value is (67,74,5). Sum of RGB (Red+Green+Blue) = 67+74+5=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #434A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A05 is #BCB5FA. Grayscale: #404040. Windows color (decimal): -12367355 or 346691. OLE color: 346691.

HSL color Cylindrical-coordinate representation of color #434A05: hue angle of 66.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #434A05 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 74 5 -
CMYK 0.09 0 0.93 0.71
HSL 66.09º 0.87% 0.15% -
HSV(B) 66.09º 0.93% 0.29% -
XYZ 4.79 6.1 1.07 -
YUV 64.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 67 74 5 0.09 0 0.93 0.71 66.09 0.87 0.15
Hex 43 4A 5 9 0 5D 47 42 57 F
Octal 103 112 5 11 0 135 107 102 127 17
Binary 1000011 1001010 101 1001 0 1011101 1000111 1000010 1010111 1111

Color Harmonies of #434A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A05

Black with #434A05

Text Example


Text Example

White with #434A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,74,5); }

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

background-color css

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

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

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

border-color css

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

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

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