Html Css Color HEX #426A25 Dell

📋 copy color: '#426A25'

red 66 ◦ green 106 ◦ blue 37

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

Shades of Dell #426A25

Tints of Dell #426A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.72%

 BLUE value IS 37 (14.84% from 255) = 17.7%

R = 31.58%
G = 50.72%
B = 17.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#426A25 (or 0x426A25) is known color: Dell. HEX triplet: 42, 6A and 25. RGB value is (66,106,37). Sum of RGB (Red+Green+Blue) = 66+106+37=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #426A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A25 is #BD95DA. Grayscale: #565656. Windows color (decimal): -12424667 or 2452034. OLE color: 2452034.

HSL color Cylindrical-coordinate representation of color #426A25: hue angle of 94.78º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426A25 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 106 37 -
CMYK 0.38 0 0.65 0.58
HSL 94.78º 0.48% 0.28% -
HSV(B) 94.78º 0.65% 0.42% -
XYZ 7.73 11.6 3.58 -
YUV 86.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 66 106 37 0.38 0 0.65 0.58 94.78 0.48 0.28
Hex 42 6A 25 26 0 41 3A 5F 30 1C
Octal 102 152 45 46 0 101 72 137 60 34
Binary 1000010 1101010 100101 100110 0 1000001 111010 1011111 110000 11100

Color Harmonies of #426A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A25

Black with #426A25

Text Example


Text Example

White with #426A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426A25; }

 p { color: rgb(66,106,37); }

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

background-color css

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

 a { background-color: rgb(66,106,37); }

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

border-color css

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

 span { border-color: rgb(66,106,37); }

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