Html Css Color HEX #426926 Dell

📋 copy color: '#426926'

red 66 ◦ green 105 ◦ blue 38

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

Shades of Dell #426926

Tints of Dell #426926

RGB

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

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

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

R = 31.58%
G = 50.24%
B = 18.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#426926 (or 0x426926) is known color: Dell. HEX triplet: 42, 69 and 26. RGB value is (66,105,38). Sum of RGB (Red+Green+Blue) = 66+105+38=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #426926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426926 is #BD96D9. Grayscale: #555555. Windows color (decimal): -12424922 or 2517314. OLE color: 2517314.

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

Color convert

RGB 66 105 38 -
CMYK 0.37 0 0.64 0.59
HSL 94.93º 0.47% 0.28% -
HSV(B) 94.93º 0.64% 0.41% -
XYZ 7.65 11.4 3.63 -
YUV 85.7 101.08 113.95 -
System Red Green Blue C M Y K H S L
Decimal 66 105 38 0.37 0 0.64 0.59 94.93 0.47 0.28
Hex 42 69 26 25 0 40 3B 5F 2F 1C
Octal 102 151 46 45 0 100 73 137 57 34
Binary 1000010 1101001 100110 100101 0 1000000 111011 1011111 101111 11100

Color Harmonies of #426926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426926

Black with #426926

Text Example


Text Example

White with #426926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426926; }

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

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

background-color css

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

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

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

border-color css

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

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

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