Html Css Color HEX #42670F Verdun Green

📋 copy color: '#42670F'

red 66 ◦ green 103 ◦ blue 15

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

Shades of Verdun Green #42670F

Tints of Verdun Green #42670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.98%

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

R = 35.87%
G = 55.98%
B = 8.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#42670F (or 0x42670F) is known color: Verdun Green. HEX triplet: 42, 67 and 0F. RGB value is (66,103,15). Sum of RGB (Red+Green+Blue) = 66+103+15=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #42670F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42670F is #BD98F0. Grayscale: #525252. Windows color (decimal): -12425457 or 1009474. OLE color: 1009474.

HSL color Cylindrical-coordinate representation of color #42670F: hue angle of 85.23º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42670F is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 15 -
CMYK 0.36 0 0.85 0.60
HSL 85.23º 0.75% 0.23% -
HSV(B) 85.23º 0.85% 0.4% -
XYZ 7.18 10.89 2.18 -
YUV 81.91 90.24 116.66 -
System Red Green Blue C M Y K H S L
Decimal 66 103 15 0.36 0 0.85 0.60 85.23 0.75 0.23
Hex 42 67 F 24 0 55 3C 55 4B 17
Octal 102 147 17 44 0 125 74 125 113 27
Binary 1000010 1100111 1111 100100 0 1010101 111100 1010101 1001011 10111

Color Harmonies of #42670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42670F

Black with #42670F

Text Example


Text Example

White with #42670F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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