Html Css Color HEX #42451A Verdun Green

📋 copy color: '#42451A'

red 66 ◦ green 69 ◦ blue 26

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

Shades of Verdun Green #42451A

Tints of Verdun Green #42451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.86%

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

R = 40.99%
G = 42.86%
B = 16.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#42451A (or 0x42451A) is known color: Verdun Green. HEX triplet: 42, 45 and 1A. RGB value is (66,69,26). Sum of RGB (Red+Green+Blue) = 66+69+26=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #42451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42451A is #BDBAE5. Grayscale: #3F3F3F. Windows color (decimal): -12434150 or 1721666. OLE color: 1721666.

HSL color Cylindrical-coordinate representation of color #42451A: hue angle of 64.19º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42451A is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 26 -
CMYK 0.04 0 0.62 0.73
HSL 64.19º 0.45% 0.19% -
HSV(B) 64.19º 0.62% 0.27% -
XYZ 4.56 5.49 1.8 -
YUV 63.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 66 69 26 0.04 0 0.62 0.73 64.19 0.45 0.19
Hex 42 45 1A 4 0 3E 49 40 2D 13
Octal 102 105 32 4 0 76 111 100 55 23
Binary 1000010 1000101 11010 100 0 111110 1001001 1000000 101101 10011

Color Harmonies of #42451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42451A

Black with #42451A

Text Example


Text Example

White with #42451A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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