Html Css Color HEX #426427 Dell

📋 copy color: '#426427'

red 66 ◦ green 100 ◦ blue 39

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

Shades of Dell #426427

Tints of Dell #426427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.78%

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

R = 32.2%
G = 48.78%
B = 19.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#426427 (or 0x426427) is known color: Dell. HEX triplet: 42, 64 and 27. RGB value is (66,100,39). Sum of RGB (Red+Green+Blue) = 66+100+39=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #426427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426427 is #BD9BD8. Grayscale: #535353. Windows color (decimal): -12426201 or 2581570. OLE color: 2581570.

HSL color Cylindrical-coordinate representation of color #426427: hue angle of 93.44º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #426427 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 39 -
CMYK 0.34 0 0.61 0.61
HSL 93.44º 0.44% 0.27% -
HSV(B) 93.44º 0.61% 0.39% -
XYZ 7.17 10.42 3.55 -
YUV 82.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 66 100 39 0.34 0 0.61 0.61 93.44 0.44 0.27
Hex 42 64 27 22 0 3D 3D 5D 2C 1B
Octal 102 144 47 42 0 75 75 135 54 33
Binary 1000010 1100100 100111 100010 0 111101 111101 1011101 101100 11011

Color Harmonies of #426427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426427

Black with #426427

Text Example


Text Example

White with #426427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426427; }

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

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

background-color css

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

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

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

border-color css

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

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

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