Html Css Color HEX #436128 Dell

📋 copy color: '#436128'

red 67 ◦ green 97 ◦ blue 40

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

Shades of Dell #436128

Tints of Dell #436128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.55%

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

R = 32.84%
G = 47.55%
B = 19.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#436128 (or 0x436128) is known color: Dell. HEX triplet: 43, 61 and 28. RGB value is (67,97,40). Sum of RGB (Red+Green+Blue) = 67+97+40=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #436128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436128 is #BC9ED7. Grayscale: #515151. Windows color (decimal): -12361432 or 2646339. OLE color: 2646339.

HSL color Cylindrical-coordinate representation of color #436128: hue angle of 91.58º 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 #436128 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 97 40 -
CMYK 0.31 0 0.59 0.62
HSL 91.58º 0.42% 0.27% -
HSV(B) 91.58º 0.59% 0.38% -
XYZ 6.97 9.9 3.55 -
YUV 81.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 67 97 40 0.31 0 0.59 0.62 91.58 0.42 0.27
Hex 43 61 28 1F 0 3B 3E 5C 2A 1B
Octal 103 141 50 37 0 73 76 134 52 33
Binary 1000011 1100001 101000 11111 0 111011 111110 1011100 101010 11011

Color Harmonies of #436128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436128

Black with #436128

Text Example


Text Example

White with #436128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436128; }

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

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

background-color css

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

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

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

border-color css

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

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

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