Html Css Color HEX #42471A Verdun Green

📋 copy color: '#42471A'

red 66 ◦ green 71 ◦ blue 26

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

Shades of Verdun Green #42471A

Tints of Verdun Green #42471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

 BLUE value IS 26 (10.55% from 255) = 15.95%

R = 40.49%
G = 43.56%
B = 15.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#42471A (or 0x42471A) is known color: Verdun Green. HEX triplet: 42, 47 and 1A. RGB value is (66,71,26). Sum of RGB (Red+Green+Blue) = 66+71+26=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #42471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42471A is #BDB8E5. Grayscale: #404040. Windows color (decimal): -12433638 or 1722178. OLE color: 1722178.

HSL color Cylindrical-coordinate representation of color #42471A: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42471A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 26 -
CMYK 0.07 0 0.63 0.72
HSL 66.67º 0.46% 0.19% -
HSV(B) 66.67º 0.63% 0.28% -
XYZ 4.69 5.74 1.84 -
YUV 64.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 66 71 26 0.07 0 0.63 0.72 66.67 0.46 0.19
Hex 42 47 1A 7 0 3F 48 43 2E 13
Octal 102 107 32 7 0 77 110 103 56 23
Binary 1000010 1000111 11010 111 0 111111 1001000 1000011 101110 10011

Color Harmonies of #42471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42471A

Black with #42471A

Text Example


Text Example

White with #42471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42471A; }

 p { color: rgb(66,71,26); }

 H1.HeaderClassName
 {
   color: #42471A;
 }
 .AnyTagClassName
 {
   color: #42471A;
 }
</style>

background-color css

<style>
 a { background-color: #42471A; }

 a { background-color: rgb(66,71,26); }

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

border-color css

<style>
 span { border-color: #42471A; }

 span { border-color: rgb(66,71,26); }

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