Html Css Color HEX #424F0B Verdun Green

📋 copy color: '#424F0B'

red 66 ◦ green 79 ◦ blue 11

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

Shades of Verdun Green #424F0B

Tints of Verdun Green #424F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 50.64%

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

R = 42.31%
G = 50.64%
B = 7.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#424F0B (or 0x424F0B) is known color: Verdun Green. HEX triplet: 42, 4F and 0B. RGB value is (66,79,11). Sum of RGB (Red+Green+Blue) = 66+79+11=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #424F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424F0B is #BDB0F4. Grayscale: #434343. Windows color (decimal): -12431605 or 741186. OLE color: 741186.

HSL color Cylindrical-coordinate representation of color #424F0B: hue angle of 71.47º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #424F0B is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 79 11 -
CMYK 0.16 0 0.86 0.69
HSL 71.47º 0.76% 0.18% -
HSV(B) 71.47º 0.86% 0.31% -
XYZ 5.1 6.77 1.36 -
YUV 67.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 66 79 11 0.16 0 0.86 0.69 71.47 0.76 0.18
Hex 42 4F B 10 0 56 45 47 4C 12
Octal 102 117 13 20 0 126 105 107 114 22
Binary 1000010 1001111 1011 10000 0 1010110 1000101 1000111 1001100 10010

Color Harmonies of #424F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F0B

Black with #424F0B

Text Example


Text Example

White with #424F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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