Html Css Color HEX #424310 Verdun Green

📋 copy color: '#424310'

red 66 ◦ green 67 ◦ blue 16

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

Shades of Verdun Green #424310

Tints of Verdun Green #424310

RGB

 RED value IS 66 (26.17% from 255) = 44.3%

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

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

R = 44.3%
G = 44.97%
B = 10.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#424310 (or 0x424310) is known color: Verdun Green. HEX triplet: 42, 43 and 10. RGB value is (66,67,16). Sum of RGB (Red+Green+Blue) = 66+67+16=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #424310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424310 is #BDBCEF. Grayscale: #3D3D3D. Windows color (decimal): -12434672 or 1065794. OLE color: 1065794.

HSL color Cylindrical-coordinate representation of color #424310: hue angle of 61.18º 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 #424310 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 16 -
CMYK 0.01 0 0.76 0.74
HSL 61.18º 0.61% 0.16% -
HSV(B) 61.18º 0.76% 0.26% -
XYZ 4.35 5.21 1.27 -
YUV 60.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 66 67 16 0.01 0 0.76 0.74 61.18 0.61 0.16
Hex 42 43 10 1 0 4C 4A 3D 3D 10
Octal 102 103 20 1 0 114 112 75 75 20
Binary 1000010 1000011 10000 1 0 1001100 1001010 111101 111101 10000

Color Harmonies of #424310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424310

Black with #424310

Text Example


Text Example

White with #424310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424310; }

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

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

background-color css

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

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

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

border-color css

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

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

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