Html Css Color HEX #42630F Verdun Green

📋 copy color: '#42630F'

red 66 ◦ green 99 ◦ blue 15

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

Shades of Verdun Green #42630F

Tints of Verdun Green #42630F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55%

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

R = 36.67%
G = 55%
B = 8.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#42630F (or 0x42630F) is known color: Verdun Green. HEX triplet: 42, 63 and 0F. RGB value is (66,99,15). Sum of RGB (Red+Green+Blue) = 66+99+15=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #42630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42630F is #BD9CF0. Grayscale: #4F4F4F. Windows color (decimal): -12426481 or 1008450. OLE color: 1008450.

HSL color Cylindrical-coordinate representation of color #42630F: hue angle of 83.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42630F is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 15 -
CMYK 0.33 0 0.85 0.61
HSL 83.57º 0.74% 0.22% -
HSV(B) 83.57º 0.85% 0.39% -
XYZ 6.79 10.12 2.05 -
YUV 79.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 66 99 15 0.33 0 0.85 0.61 83.57 0.74 0.22
Hex 42 63 F 21 0 55 3D 54 4A 16
Octal 102 143 17 41 0 125 75 124 112 26
Binary 1000010 1100011 1111 100001 0 1010101 111101 1010100 1001010 10110

Color Harmonies of #42630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42630F

Black with #42630F

Text Example


Text Example

White with #42630F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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