Html Css Color HEX #42682A Dell

📋 copy color: '#42682A'

red 66 ◦ green 104 ◦ blue 42

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

Shades of Dell #42682A

Tints of Dell #42682A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.06%

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 31.13%
G = 49.06%
B = 19.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#42682A (or 0x42682A) is known color: Dell. HEX triplet: 42, 68 and 2A. RGB value is (66,104,42). Sum of RGB (Red+Green+Blue) = 66+104+42=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #42682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42682A is #BD97D5. Grayscale: #555555. Windows color (decimal): -12425174 or 2779202. OLE color: 2779202.

HSL color Cylindrical-coordinate representation of color #42682A: hue angle of 96.77º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42682A is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 42 -
CMYK 0.37 0 0.60 0.59
HSL 96.77º 0.42% 0.29% -
HSV(B) 96.77º 0.6% 0.41% -
XYZ 7.61 11.23 3.96 -
YUV 85.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 66 104 42 0.37 0 0.60 0.59 96.77 0.42 0.29
Hex 42 68 2A 25 0 3C 3B 61 2A 1D
Octal 102 150 52 45 0 74 73 141 52 35
Binary 1000010 1101000 101010 100101 0 111100 111011 1100001 101010 11101

Color Harmonies of #42682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42682A

Black with #42682A

Text Example


Text Example

White with #42682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42682A; }

 p { color: rgb(66,104,42); }

 H1.HeaderClassName
 {
   color: #42682A;
 }
 .AnyTagClassName
 {
   color: #42682A;
 }
</style>

background-color css

<style>
 a { background-color: #42682A; }

 a { background-color: rgb(66,104,42); }

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

border-color css

<style>
 span { border-color: #42682A; }

 span { border-color: rgb(66,104,42); }

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