Html Css Color HEX #426230 Dell

📋 copy color: '#426230'

red 66 ◦ green 98 ◦ blue 48

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

Shades of Dell #426230

Tints of Dell #426230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 31.13%
G = 46.23%
B = 22.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#426230 (or 0x426230) is known color: Dell. HEX triplet: 42, 62 and 30. RGB value is (66,98,48). Sum of RGB (Red+Green+Blue) = 66+98+48=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #426230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426230 is #BD9DCF. Grayscale: #525252. Windows color (decimal): -12426704 or 3170882. OLE color: 3170882.

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

Color convert

RGB 66 98 48 -
CMYK 0.33 0 0.51 0.62
HSL 98.4º 0.34% 0.29% -
HSV(B) 98.4º 0.51% 0.38% -
XYZ 7.15 10.11 4.37 -
YUV 82.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 66 98 48 0.33 0 0.51 0.62 98.4 0.34 0.29
Hex 42 62 30 21 0 33 3E 62 22 1D
Octal 102 142 60 41 0 63 76 142 42 35
Binary 1000010 1100010 110000 100001 0 110011 111110 1100010 100010 11101

Color Harmonies of #426230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426230

Black with #426230

Text Example


Text Example

White with #426230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426230; }

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

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

background-color css

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

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

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

border-color css

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

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

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