Html Css Color HEX #424B0B Verdun Green

📋 copy color: '#424B0B'

red 66 ◦ green 75 ◦ blue 11

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

Shades of Verdun Green #424B0B

Tints of Verdun Green #424B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 43.42%
G = 49.34%
B = 7.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#424B0B (or 0x424B0B) is known color: Verdun Green. HEX triplet: 42, 4B and 0B. RGB value is (66,75,11). Sum of RGB (Red+Green+Blue) = 66+75+11=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #424B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B0B is #BDB4F4. Grayscale: #414141. Windows color (decimal): -12432629 or 740162. OLE color: 740162.

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

Color convert

RGB 66 75 11 -
CMYK 0.12 0 0.85 0.71
HSL 68.44º 0.74% 0.17% -
HSV(B) 68.44º 0.85% 0.29% -
XYZ 4.82 6.21 1.26 -
YUV 65.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 66 75 11 0.12 0 0.85 0.71 68.44 0.74 0.17
Hex 42 4B B C 0 55 47 44 4A 11
Octal 102 113 13 14 0 125 107 104 112 21
Binary 1000010 1001011 1011 1100 0 1010101 1000111 1000100 1001010 10001

Color Harmonies of #424B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B0B

Black with #424B0B

Text Example


Text Example

White with #424B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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