Html Css Color HEX #42550F Verdun Green

📋 copy color: '#42550F'

red 66 ◦ green 85 ◦ blue 15

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

Shades of Verdun Green #42550F

Tints of Verdun Green #42550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 39.76%
G = 51.2%
B = 9.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#42550F (or 0x42550F) is known color: Verdun Green. HEX triplet: 42, 55 and 0F. RGB value is (66,85,15). Sum of RGB (Red+Green+Blue) = 66+85+15=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #42550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42550F is #BDAAF0. Grayscale: #474747. Windows color (decimal): -12430065 or 1004866. OLE color: 1004866.

HSL color Cylindrical-coordinate representation of color #42550F: hue angle of 76.29º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42550F is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 15 -
CMYK 0.22 0 0.82 0.67
HSL 76.29º 0.7% 0.2% -
HSV(B) 76.29º 0.82% 0.33% -
XYZ 5.58 7.69 1.64 -
YUV 71.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 66 85 15 0.22 0 0.82 0.67 76.29 0.7 0.2
Hex 42 55 F 16 0 52 43 4C 46 14
Octal 102 125 17 26 0 122 103 114 106 24
Binary 1000010 1010101 1111 10110 0 1010010 1000011 1001100 1000110 10100

Color Harmonies of #42550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42550F

Black with #42550F

Text Example


Text Example

White with #42550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42550F; }

 p { color: rgb(66,85,15); }

 H1.HeaderClassName
 {
   color: #42550F;
 }
 .AnyTagClassName
 {
   color: #42550F;
 }
</style>

background-color css

<style>
 a { background-color: #42550F; }

 a { background-color: rgb(66,85,15); }

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

border-color css

<style>
 span { border-color: #42550F; }

 span { border-color: rgb(66,85,15); }

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