Html Css Color HEX #426B2B Dell

📋 copy color: '#426B2B'

red 66 ◦ green 107 ◦ blue 43

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

Shades of Dell #426B2B

Tints of Dell #426B2B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 49.54%

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 30.56%
G = 49.54%
B = 19.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#426B2B (or 0x426B2B) is known color: Dell. HEX triplet: 42, 6B and 2B. RGB value is (66,107,43). Sum of RGB (Red+Green+Blue) = 66+107+43=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #426B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426B2B is #BD94D4. Grayscale: #575757. Windows color (decimal): -12424405 or 2845506. OLE color: 2845506.

HSL color Cylindrical-coordinate representation of color #426B2B: hue angle of 98.44º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426B2B is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 107 43 -
CMYK 0.38 0 0.60 0.58
HSL 98.44º 0.43% 0.29% -
HSV(B) 98.44º 0.6% 0.42% -
XYZ 7.94 11.85 4.15 -
YUV 87.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 66 107 43 0.38 0 0.60 0.58 98.44 0.43 0.29
Hex 42 6B 2B 26 0 3C 3A 62 2B 1D
Octal 102 153 53 46 0 74 72 142 53 35
Binary 1000010 1101011 101011 100110 0 111100 111010 1100010 101011 11101

Color Harmonies of #426B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B2B

Black with #426B2B

Text Example


Text Example

White with #426B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,107,43); }

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

background-color css

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

 a { background-color: rgb(66,107,43); }

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

border-color css

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

 span { border-color: rgb(66,107,43); }

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