Html Css Color HEX #436228 Dell

📋 copy color: '#436228'

red 67 ◦ green 98 ◦ blue 40

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

Shades of Dell #436228

Tints of Dell #436228

RGB

 RED value IS 67 (26.56% from 255) = 32.68%

 GREEN value IS 98 (38.67% from 255) = 47.8%

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 32.68%
G = 47.8%
B = 19.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#436228 (or 0x436228) is known color: Dell. HEX triplet: 43, 62 and 28. RGB value is (67,98,40). Sum of RGB (Red+Green+Blue) = 67+98+40=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #436228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436228 is #BC9DD7. Grayscale: #525252. Windows color (decimal): -12361176 or 2646595. OLE color: 2646595.

HSL color Cylindrical-coordinate representation of color #436228: hue angle of 92.07º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #436228 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 98 40 -
CMYK 0.32 0 0.59 0.62
HSL 92.07º 0.42% 0.27% -
HSV(B) 92.07º 0.59% 0.38% -
XYZ 7.07 10.08 3.58 -
YUV 82.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 67 98 40 0.32 0 0.59 0.62 92.07 0.42 0.27
Hex 43 62 28 20 0 3B 3E 5C 2A 1B
Octal 103 142 50 40 0 73 76 134 52 33
Binary 1000011 1100010 101000 100000 0 111011 111110 1011100 101010 11011

Color Harmonies of #436228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436228

Black with #436228

Text Example


Text Example

White with #436228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436228; }

 p { color: rgb(67,98,40); }

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

background-color css

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

 a { background-color: rgb(67,98,40); }

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

border-color css

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

 span { border-color: rgb(67,98,40); }

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