Html Css Color HEX #42471E Verdun Green

📋 copy color: '#42471E'

red 66 ◦ green 71 ◦ blue 30

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

Shades of Verdun Green #42471E

Tints of Verdun Green #42471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.96%

R = 39.52%
G = 42.51%
B = 17.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#42471E (or 0x42471E) is known color: Verdun Green. HEX triplet: 42, 47 and 1E. RGB value is (66,71,30). Sum of RGB (Red+Green+Blue) = 66+71+30=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #42471E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42471E is #BDB8E1. Grayscale: #404040. Windows color (decimal): -12433634 or 1984322. OLE color: 1984322.

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

Color convert

RGB 66 71 30 -
CMYK 0.07 0 0.58 0.72
HSL 67.32º 0.41% 0.2% -
HSV(B) 67.32º 0.58% 0.28% -
XYZ 4.73 5.76 2.09 -
YUV 64.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 66 71 30 0.07 0 0.58 0.72 67.32 0.41 0.2
Hex 42 47 1E 7 0 3A 48 43 29 14
Octal 102 107 36 7 0 72 110 103 51 24
Binary 1000010 1000111 11110 111 0 111010 1001000 1000011 101001 10100

Color Harmonies of #42471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42471E

Black with #42471E

Text Example


Text Example

White with #42471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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