Html Css Color HEX #424B19 Verdun Green

📋 copy color: '#424B19'

red 66 ◦ green 75 ◦ blue 25

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

Shades of Verdun Green #424B19

Tints of Verdun Green #424B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 39.76%
G = 45.18%
B = 15.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#424B19 (or 0x424B19) is known color: Verdun Green. HEX triplet: 42, 4B and 19. RGB value is (66,75,25). Sum of RGB (Red+Green+Blue) = 66+75+25=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #424B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B19 is #BDB4E6. Grayscale: #424242. Windows color (decimal): -12432615 or 1657666. OLE color: 1657666.

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

Color convert

RGB 66 75 25 -
CMYK 0.12 0 0.67 0.71
HSL 70.8º 0.5% 0.2% -
HSV(B) 70.8º 0.67% 0.29% -
XYZ 4.94 6.26 1.87 -
YUV 66.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 66 75 25 0.12 0 0.67 0.71 70.8 0.5 0.2
Hex 42 4B 19 C 0 43 47 47 32 14
Octal 102 113 31 14 0 103 107 107 62 24
Binary 1000010 1001011 11001 1100 0 1000011 1000111 1000111 110010 10100

Color Harmonies of #424B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B19

Black with #424B19

Text Example


Text Example

White with #424B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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