Html Css Color HEX #424B04 Verdun Green

📋 copy color: '#424B04'

red 66 ◦ green 75 ◦ blue 4

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

Shades of Verdun Green #424B04

Tints of Verdun Green #424B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.76%

R = 45.52%
G = 51.72%
B = 2.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#424B04 (or 0x424B04) is known color: Verdun Green. HEX triplet: 42, 4B and 04. RGB value is (66,75,4). Sum of RGB (Red+Green+Blue) = 66+75+4=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #424B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B04 is #BDB4FB. Grayscale: #404040. Windows color (decimal): -12432636 or 281410. OLE color: 281410.

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

Color convert

RGB 66 75 4 -
CMYK 0.12 0 0.95 0.71
HSL 67.61º 0.9% 0.15% -
HSV(B) 67.61º 0.95% 0.29% -
XYZ 4.78 6.2 1.06 -
YUV 64.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 66 75 4 0.12 0 0.95 0.71 67.61 0.9 0.15
Hex 42 4B 4 C 0 5F 47 44 5A F
Octal 102 113 4 14 0 137 107 104 132 17
Binary 1000010 1001011 100 1100 0 1011111 1000111 1000100 1011010 1111

Color Harmonies of #424B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B04

Black with #424B04

Text Example


Text Example

White with #424B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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