Html Css Color HEX #426925 Dell

📋 copy color: '#426925'

red 66 ◦ green 105 ◦ blue 37

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

Shades of Dell #426925

Tints of Dell #426925

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.48%

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

R = 31.73%
G = 50.48%
B = 17.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#426925 (or 0x426925) is known color: Dell. HEX triplet: 42, 69 and 25. RGB value is (66,105,37). Sum of RGB (Red+Green+Blue) = 66+105+37=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #426925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426925 is #BD96DA. Grayscale: #555555. Windows color (decimal): -12424923 or 2451778. OLE color: 2451778.

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

Color convert

RGB 66 105 37 -
CMYK 0.37 0 0.65 0.59
HSL 94.41º 0.48% 0.28% -
HSV(B) 94.41º 0.65% 0.41% -
XYZ 7.63 11.39 3.55 -
YUV 85.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 66 105 37 0.37 0 0.65 0.59 94.41 0.48 0.28
Hex 42 69 25 25 0 41 3B 5E 30 1C
Octal 102 151 45 45 0 101 73 136 60 34
Binary 1000010 1101001 100101 100101 0 1000001 111011 1011110 110000 11100

Color Harmonies of #426925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426925

Black with #426925

Text Example


Text Example

White with #426925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426925; }

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

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

background-color css

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

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

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

border-color css

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

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

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