Html Css Color HEX #426C2B Dell

📋 copy color: '#426C2B'

red 66 ◦ green 108 ◦ blue 43

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

Shades of Dell #426C2B

Tints of Dell #426C2B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.77%

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

R = 30.41%
G = 49.77%
B = 19.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#426C2B (or 0x426C2B) is known color: Dell. HEX triplet: 42, 6C and 2B. RGB value is (66,108,43). Sum of RGB (Red+Green+Blue) = 66+108+43=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #426C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C2B is #BD93D4. Grayscale: #585858. Windows color (decimal): -12424149 or 2845762. OLE color: 2845762.

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

Color convert

RGB 66 108 43 -
CMYK 0.39 0 0.60 0.58
HSL 98.77º 0.43% 0.3% -
HSV(B) 98.77º 0.6% 0.42% -
XYZ 8.05 12.06 4.19 -
YUV 88.03 102.59 112.29 -
System Red Green Blue C M Y K H S L
Decimal 66 108 43 0.39 0 0.60 0.58 98.77 0.43 0.3
Hex 42 6C 2B 27 0 3C 3A 63 2B 1E
Octal 102 154 53 47 0 74 72 143 53 36
Binary 1000010 1101100 101011 100111 0 111100 111010 1100011 101011 11110

Color Harmonies of #426C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C2B

Black with #426C2B

Text Example


Text Example

White with #426C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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