Html Css Color HEX #424F1D Verdun Green

📋 copy color: '#424F1D'

red 66 ◦ green 79 ◦ blue 29

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

Shades of Verdun Green #424F1D

Tints of Verdun Green #424F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 37.93%
G = 45.4%
B = 16.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#424F1D (or 0x424F1D) is known color: Verdun Green. HEX triplet: 42, 4F and 1D. RGB value is (66,79,29). Sum of RGB (Red+Green+Blue) = 66+79+29=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #424F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F1D is #BDB0E2. Grayscale: #454545. Windows color (decimal): -12431587 or 1920834. OLE color: 1920834.

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

Color convert

RGB 66 79 29 -
CMYK 0.16 0 0.63 0.69
HSL 75.6º 0.46% 0.21% -
HSV(B) 75.6º 0.63% 0.31% -
XYZ 5.26 6.84 2.2 -
YUV 69.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 66 79 29 0.16 0 0.63 0.69 75.6 0.46 0.21
Hex 42 4F 1D 10 0 3F 45 4C 2E 15
Octal 102 117 35 20 0 77 105 114 56 25
Binary 1000010 1001111 11101 10000 0 111111 1000101 1001100 101110 10101

Color Harmonies of #424F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F1D

Black with #424F1D

Text Example


Text Example

White with #424F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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