Html Css Color HEX #42630B Verdun Green

📋 copy color: '#42630B'

red 66 ◦ green 99 ◦ blue 11

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

Shades of Verdun Green #42630B

Tints of Verdun Green #42630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 37.5%
G = 56.25%
B = 6.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#42630B (or 0x42630B) is known color: Verdun Green. HEX triplet: 42, 63 and 0B. RGB value is (66,99,11). Sum of RGB (Red+Green+Blue) = 66+99+11=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #42630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42630B is #BD9CF4. Grayscale: #4F4F4F. Windows color (decimal): -12426485 or 746306. OLE color: 746306.

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

Color convert

RGB 66 99 11 -
CMYK 0.33 0 0.89 0.61
HSL 82.5º 0.8% 0.22% -
HSV(B) 82.5º 0.89% 0.39% -
XYZ 6.77 10.11 1.91 -
YUV 79.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 66 99 11 0.33 0 0.89 0.61 82.5 0.8 0.22
Hex 42 63 B 21 0 59 3D 52 50 16
Octal 102 143 13 41 0 131 75 122 120 26
Binary 1000010 1100011 1011 100001 0 1011001 111101 1010010 1010000 10110

Color Harmonies of #42630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42630B

Black with #42630B

Text Example


Text Example

White with #42630B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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