Html Css Color HEX #42500F Verdun Green

📋 copy color: '#42500F'

red 66 ◦ green 80 ◦ blue 15

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

Shades of Verdun Green #42500F

Tints of Verdun Green #42500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.69%

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

R = 40.99%
G = 49.69%
B = 9.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#42500F (or 0x42500F) is known color: Verdun Green. HEX triplet: 42, 50 and 0F. RGB value is (66,80,15). Sum of RGB (Red+Green+Blue) = 66+80+15=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #42500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42500F is #BDAFF0. Grayscale: #444444. Windows color (decimal): -12431345 or 1003586. OLE color: 1003586.

HSL color Cylindrical-coordinate representation of color #42500F: hue angle of 72.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42500F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 15 -
CMYK 0.17 0 0.81 0.69
HSL 72.92º 0.68% 0.19% -
HSV(B) 72.92º 0.81% 0.31% -
XYZ 5.2 6.93 1.52 -
YUV 68.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 66 80 15 0.17 0 0.81 0.69 72.92 0.68 0.19
Hex 42 50 F 11 0 51 45 49 44 13
Octal 102 120 17 21 0 121 105 111 104 23
Binary 1000010 1010000 1111 10001 0 1010001 1000101 1001001 1000100 10011

Color Harmonies of #42500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42500F

Black with #42500F

Text Example


Text Example

White with #42500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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