Html Css Color HEX #424B0A Verdun Green

📋 copy color: '#424B0A'

red 66 ◦ green 75 ◦ blue 10

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

Shades of Verdun Green #424B0A

Tints of Verdun Green #424B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 43.71%
G = 49.67%
B = 6.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.71

RGB Variations

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

Color information

#424B0A (or 0x424B0A) is known color: Verdun Green. HEX triplet: 42, 4B and 0A. RGB value is (66,75,10). Sum of RGB (Red+Green+Blue) = 66+75+10=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #424B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B0A is #BDB4F5. Grayscale: #414141. Windows color (decimal): -12432630 or 674626. OLE color: 674626.

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

Color convert

RGB 66 75 10 -
CMYK 0.12 0 0.87 0.71
HSL 68.31º 0.76% 0.17% -
HSV(B) 68.31º 0.87% 0.29% -
XYZ 4.82 6.21 1.23 -
YUV 64.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 66 75 10 0.12 0 0.87 0.71 68.31 0.76 0.17
Hex 42 4B A C 0 57 47 44 4C 11
Octal 102 113 12 14 0 127 107 104 114 21
Binary 1000010 1001011 1010 1100 0 1010111 1000111 1000100 1001100 10001

Color Harmonies of #424B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B0A

Black with #424B0A

Text Example


Text Example

White with #424B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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