Html Css Color HEX #426727 Dell

📋 copy color: '#426727'

red 66 ◦ green 103 ◦ blue 39

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

Shades of Dell #426727

Tints of Dell #426727

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.52%

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

R = 31.73%
G = 49.52%
B = 18.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#426727 (or 0x426727) is known color: Dell. HEX triplet: 42, 67 and 27. RGB value is (66,103,39). Sum of RGB (Red+Green+Blue) = 66+103+39=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #426727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426727 is #BD98D8. Grayscale: #545454. Windows color (decimal): -12425433 or 2582338. OLE color: 2582338.

HSL color Cylindrical-coordinate representation of color #426727: hue angle of 94.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426727 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 39 -
CMYK 0.36 0 0.62 0.60
HSL 94.69º 0.45% 0.28% -
HSV(B) 94.69º 0.62% 0.4% -
XYZ 7.46 11.01 3.65 -
YUV 84.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 66 103 39 0.36 0 0.62 0.60 94.69 0.45 0.28
Hex 42 67 27 24 0 3E 3C 5F 2D 1C
Octal 102 147 47 44 0 76 74 137 55 34
Binary 1000010 1100111 100111 100100 0 111110 111100 1011111 101101 11100

Color Harmonies of #426727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426727

Black with #426727

Text Example


Text Example

White with #426727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426727; }

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

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

background-color css

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

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

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

border-color css

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

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

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