Html Css Color HEX #426823 Dell

📋 copy color: '#426823'

red 66 ◦ green 104 ◦ blue 35

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

Shades of Dell #426823

Tints of Dell #426823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 32.2%
G = 50.73%
B = 17.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#426823 (or 0x426823) is known color: Dell. HEX triplet: 42, 68 and 23. RGB value is (66,104,35). Sum of RGB (Red+Green+Blue) = 66+104+35=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #426823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426823 is #BD97DC. Grayscale: #555555. Windows color (decimal): -12425181 or 2320450. OLE color: 2320450.

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

Color convert

RGB 66 104 35 -
CMYK 0.37 0 0.66 0.59
HSL 93.04º 0.5% 0.27% -
HSV(B) 93.04º 0.66% 0.41% -
XYZ 7.5 11.18 3.35 -
YUV 84.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 66 104 35 0.37 0 0.66 0.59 93.04 0.5 0.27
Hex 42 68 23 25 0 42 3B 5D 32 1B
Octal 102 150 43 45 0 102 73 135 62 33
Binary 1000010 1101000 100011 100101 0 1000010 111011 1011101 110010 11011

Color Harmonies of #426823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426823

Black with #426823

Text Example


Text Example

White with #426823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426823; }

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

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

background-color css

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

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

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

border-color css

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

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

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