Html Css Color HEX #42541A Verdun Green

📋 copy color: '#42541A'

red 66 ◦ green 84 ◦ blue 26

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

Shades of Verdun Green #42541A

Tints of Verdun Green #42541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.73%

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

R = 37.5%
G = 47.73%
B = 14.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#42541A (or 0x42541A) is known color: Verdun Green. HEX triplet: 42, 54 and 1A. RGB value is (66,84,26). Sum of RGB (Red+Green+Blue) = 66+84+26=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #42541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42541A is #BDABE5. Grayscale: #484848. Windows color (decimal): -12430310 or 1725506. OLE color: 1725506.

HSL color Cylindrical-coordinate representation of color #42541A: hue angle of 78.62º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42541A is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 26 -
CMYK 0.21 0 0.69 0.67
HSL 78.62º 0.53% 0.22% -
HSV(B) 78.62º 0.69% 0.33% -
XYZ 5.6 7.57 2.14 -
YUV 72.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 66 84 26 0.21 0 0.69 0.67 78.62 0.53 0.22
Hex 42 54 1A 15 0 45 43 4F 35 16
Octal 102 124 32 25 0 105 103 117 65 26
Binary 1000010 1010100 11010 10101 0 1000101 1000011 1001111 110101 10110

Color Harmonies of #42541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42541A

Black with #42541A

Text Example


Text Example

White with #42541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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