Html Css Color HEX #434A1F Verdun Green

📋 copy color: '#434A1F'

red 67 ◦ green 74 ◦ blue 31

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

Shades of Verdun Green #434A1F

Tints of Verdun Green #434A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.02%

R = 38.95%
G = 43.02%
B = 18.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#434A1F (or 0x434A1F) is known color: Verdun Green. HEX triplet: 43, 4A and 1F. RGB value is (67,74,31). Sum of RGB (Red+Green+Blue) = 67+74+31=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #434A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A1F is #BCB5E0. Grayscale: #434343. Windows color (decimal): -12367329 or 2050627. OLE color: 2050627.

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

Color convert

RGB 67 74 31 -
CMYK 0.09 0 0.58 0.71
HSL 69.77º 0.41% 0.21% -
HSV(B) 69.77º 0.58% 0.29% -
XYZ 5.01 6.19 2.23 -
YUV 67.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 67 74 31 0.09 0 0.58 0.71 69.77 0.41 0.21
Hex 43 4A 1F 9 0 3A 47 46 29 15
Octal 103 112 37 11 0 72 107 106 51 25
Binary 1000011 1001010 11111 1001 0 111010 1000111 1000110 101001 10101

Color Harmonies of #434A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A1F

Black with #434A1F

Text Example


Text Example

White with #434A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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