Html Css Color HEX #426124 Dell

📋 copy color: '#426124'

red 66 ◦ green 97 ◦ blue 36

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

Shades of Dell #426124

Tints of Dell #426124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.74%

 BLUE value IS 36 (14.45% from 255) = 18.09%

R = 33.17%
G = 48.74%
B = 18.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#426124 (or 0x426124) is known color: Dell. HEX triplet: 42, 61 and 24. RGB value is (66,97,36). Sum of RGB (Red+Green+Blue) = 66+97+36=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #426124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426124 is #BD9EDB. Grayscale: #505050. Windows color (decimal): -12426972 or 2384194. OLE color: 2384194.

HSL color Cylindrical-coordinate representation of color #426124: hue angle of 90.49º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #426124 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 36 -
CMYK 0.32 0 0.63 0.62
HSL 90.49º 0.46% 0.26% -
HSV(B) 90.49º 0.63% 0.38% -
XYZ 6.84 9.84 3.21 -
YUV 80.78 102.73 117.46 -
System Red Green Blue C M Y K H S L
Decimal 66 97 36 0.32 0 0.63 0.62 90.49 0.46 0.26
Hex 42 61 24 20 0 3F 3E 5A 2E 1A
Octal 102 141 44 40 0 77 76 132 56 32
Binary 1000010 1100001 100100 100000 0 111111 111110 1011010 101110 11010

Color Harmonies of #426124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426124

Black with #426124

Text Example


Text Example

White with #426124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426124; }

 p { color: rgb(66,97,36); }

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

background-color css

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

 a { background-color: rgb(66,97,36); }

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

border-color css

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

 span { border-color: rgb(66,97,36); }

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