Html Css Color HEX #426D27 Dell

📋 copy color: '#426D27'

red 66 ◦ green 109 ◦ blue 39

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

Shades of Dell #426D27

Tints of Dell #426D27

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.93%

 BLUE value IS 39 (15.63% from 255) = 18.22%

R = 30.84%
G = 50.93%
B = 18.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#426D27 (or 0x426D27) is known color: Dell. HEX triplet: 42, 6D and 27. RGB value is (66,109,39). Sum of RGB (Red+Green+Blue) = 66+109+39=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #426D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426D27 is #BD92D8. Grayscale: #585858. Windows color (decimal): -12423897 or 2583874. OLE color: 2583874.

HSL color Cylindrical-coordinate representation of color #426D27: hue angle of 96.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #426D27 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 109 39 -
CMYK 0.39 0 0.64 0.57
HSL 96.86º 0.47% 0.29% -
HSV(B) 96.86º 0.64% 0.43% -
XYZ 8.08 12.24 3.86 -
YUV 88.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 66 109 39 0.39 0 0.64 0.57 96.86 0.47 0.29
Hex 42 6D 27 27 0 40 39 61 2F 1D
Octal 102 155 47 47 0 100 71 141 57 35
Binary 1000010 1101101 100111 100111 0 1000000 111001 1100001 101111 11101

Color Harmonies of #426D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D27

Black with #426D27

Text Example


Text Example

White with #426D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,109,39); }

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

background-color css

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

 a { background-color: rgb(66,109,39); }

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

border-color css

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

 span { border-color: rgb(66,109,39); }

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