Html Css Color HEX #424B0C Verdun Green

📋 copy color: '#424B0C'

red 66 ◦ green 75 ◦ blue 12

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

Shades of Verdun Green #424B0C

Tints of Verdun Green #424B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 43.14%
G = 49.02%
B = 7.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#424B0C (or 0x424B0C) is known color: Verdun Green. HEX triplet: 42, 4B and 0C. RGB value is (66,75,12). Sum of RGB (Red+Green+Blue) = 66+75+12=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #424B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B0C is #BDB4F3. Grayscale: #414141. Windows color (decimal): -12432628 or 805698. OLE color: 805698.

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

Color convert

RGB 66 75 12 -
CMYK 0.12 0 0.84 0.71
HSL 68.57º 0.72% 0.17% -
HSV(B) 68.57º 0.84% 0.29% -
XYZ 4.83 6.22 1.29 -
YUV 65.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 66 75 12 0.12 0 0.84 0.71 68.57 0.72 0.17
Hex 42 4B C C 0 54 47 45 48 11
Octal 102 113 14 14 0 124 107 105 110 21
Binary 1000010 1001011 1100 1100 0 1010100 1000111 1000101 1001000 10001

Color Harmonies of #424B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B0C

Black with #424B0C

Text Example


Text Example

White with #424B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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