Html Css Color HEX #426226 Dell

📋 copy color: '#426226'

red 66 ◦ green 98 ◦ blue 38

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

Shades of Dell #426226

Tints of Dell #426226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

 BLUE value IS 38 (15.23% from 255) = 18.81%

R = 32.67%
G = 48.51%
B = 18.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#426226 (or 0x426226) is known color: Dell. HEX triplet: 42, 62 and 26. RGB value is (66,98,38). Sum of RGB (Red+Green+Blue) = 66+98+38=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #426226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426226 is #BD9DD9. Grayscale: #515151. Windows color (decimal): -12426714 or 2515522. OLE color: 2515522.

HSL color Cylindrical-coordinate representation of color #426226: hue angle of 92º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #426226 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 38 -
CMYK 0.33 0 0.61 0.62
HSL 92º 0.44% 0.27% -
HSV(B) 92º 0.61% 0.38% -
XYZ 6.96 10.03 3.4 -
YUV 81.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 66 98 38 0.33 0 0.61 0.62 92 0.44 0.27
Hex 42 62 26 21 0 3D 3E 5C 2C 1B
Octal 102 142 46 41 0 75 76 134 54 33
Binary 1000010 1100010 100110 100001 0 111101 111110 1011100 101100 11011

Color Harmonies of #426226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426226

Black with #426226

Text Example


Text Example

White with #426226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426226; }

 p { color: rgb(66,98,38); }

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

background-color css

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

 a { background-color: rgb(66,98,38); }

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

border-color css

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

 span { border-color: rgb(66,98,38); }

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