Html Css Color HEX #426826 Dell

📋 copy color: '#426826'

red 66 ◦ green 104 ◦ blue 38

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

Shades of Dell #426826

Tints of Dell #426826

RGB

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

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

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

R = 31.73%
G = 50%
B = 18.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#426826 (or 0x426826) is known color: Dell. HEX triplet: 42, 68 and 26. RGB value is (66,104,38). Sum of RGB (Red+Green+Blue) = 66+104+38=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #426826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426826 is #BD97D9. Grayscale: #555555. Windows color (decimal): -12425178 or 2517058. OLE color: 2517058.

HSL color Cylindrical-coordinate representation of color #426826: hue angle of 94.55º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #426826 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 38 -
CMYK 0.37 0 0.63 0.59
HSL 94.55º 0.46% 0.28% -
HSV(B) 94.55º 0.63% 0.41% -
XYZ 7.55 11.2 3.6 -
YUV 85.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 66 104 38 0.37 0 0.63 0.59 94.55 0.46 0.28
Hex 42 68 26 25 0 3F 3B 5F 2E 1C
Octal 102 150 46 45 0 77 73 137 56 34
Binary 1000010 1101000 100110 100101 0 111111 111011 1011111 101110 11100

Color Harmonies of #426826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426826

Black with #426826

Text Example


Text Example

White with #426826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426826; }

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

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

background-color css

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

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

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

border-color css

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

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

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