Html Css Color HEX #424B10 Verdun Green

📋 copy color: '#424B10'

red 66 ◦ green 75 ◦ blue 16

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

Shades of Verdun Green #424B10

Tints of Verdun Green #424B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.77%

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

R = 42.04%
G = 47.77%
B = 10.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#424B10 (or 0x424B10) is known color: Verdun Green. HEX triplet: 42, 4B and 10. RGB value is (66,75,16). Sum of RGB (Red+Green+Blue) = 66+75+16=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #424B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B10 is #BDB4EF. Grayscale: #414141. Windows color (decimal): -12432624 or 1067842. OLE color: 1067842.

HSL color Cylindrical-coordinate representation of color #424B10: hue angle of 69.15º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #424B10 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 16 -
CMYK 0.12 0 0.79 0.71
HSL 69.15º 0.65% 0.18% -
HSV(B) 69.15º 0.79% 0.29% -
XYZ 4.86 6.23 1.44 -
YUV 65.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 66 75 16 0.12 0 0.79 0.71 69.15 0.65 0.18
Hex 42 4B 10 C 0 4F 47 45 41 12
Octal 102 113 20 14 0 117 107 105 101 22
Binary 1000010 1001011 10000 1100 0 1001111 1000111 1000101 1000001 10010

Color Harmonies of #424B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B10

Black with #424B10

Text Example


Text Example

White with #424B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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