Html Css Color HEX #42441B Verdun Green

📋 copy color: '#42441B'

red 66 ◦ green 68 ◦ blue 27

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

Shades of Verdun Green #42441B

Tints of Verdun Green #42441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 40.99%
G = 42.24%
B = 16.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#42441B (or 0x42441B) is known color: Verdun Green. HEX triplet: 42, 44 and 1B. RGB value is (66,68,27). Sum of RGB (Red+Green+Blue) = 66+68+27=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #42441B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42441B is #BDBBE4. Grayscale: #3E3E3E. Windows color (decimal): -12434405 or 1786946. OLE color: 1786946.

HSL color Cylindrical-coordinate representation of color #42441B: hue angle of 62.93º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42441B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 68 27 -
CMYK 0.03 0 0.60 0.73
HSL 62.93º 0.43% 0.19% -
HSV(B) 62.93º 0.6% 0.27% -
XYZ 4.51 5.37 1.84 -
YUV 62.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 66 68 27 0.03 0 0.60 0.73 62.93 0.43 0.19
Hex 42 44 1B 3 0 3C 49 3F 2B 13
Octal 102 104 33 3 0 74 111 77 53 23
Binary 1000010 1000100 11011 11 0 111100 1001001 111111 101011 10011

Color Harmonies of #42441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42441B

Black with #42441B

Text Example


Text Example

White with #42441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42441B; }

 p { color: rgb(66,68,27); }

 H1.HeaderClassName
 {
   color: #42441B;
 }
 .AnyTagClassName
 {
   color: #42441B;
 }
</style>

background-color css

<style>
 a { background-color: #42441B; }

 a { background-color: rgb(66,68,27); }

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

border-color css

<style>
 span { border-color: #42441B; }

 span { border-color: rgb(66,68,27); }

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