Html Css Color HEX #434310 Verdun Green

📋 copy color: '#434310'

red 67 ◦ green 67 ◦ blue 16

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

Shades of Verdun Green #434310

Tints of Verdun Green #434310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.67%

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 44.67%
G = 44.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#434310 (or 0x434310) is known color: Verdun Green. HEX triplet: 43, 43 and 10. RGB value is (67,67,16). Sum of RGB (Red+Green+Blue) = 67+67+16=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434310 is #BCBCEF. Grayscale: #3D3D3D. Windows color (decimal): -12369136 or 1065795. OLE color: 1065795.

HSL color Cylindrical-coordinate representation of color #434310: hue angle of 60º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #434310 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 67 16 -
CMYK 0 0 0.76 0.74
HSL 60º 0.61% 0.16% -
HSV(B) 60º 0.76% 0.26% -
XYZ 4.42 5.25 1.27 -
YUV 61.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 67 67 16 0 0 0.76 0.74 60 0.61 0.16
Hex 43 43 10 0 0 4C 4A 3C 3D 10
Octal 103 103 20 0 0 114 112 74 75 20
Binary 1000011 1000011 10000 0 0 1001100 1001010 111100 111101 10000

Color Harmonies of #434310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434310

Black with #434310

Text Example


Text Example

White with #434310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434310; }

 p { color: rgb(67,67,16); }

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

background-color css

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

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

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

border-color css

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

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

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