Html Css Color HEX #436325 Dell

📋 copy color: '#436325'

red 67 ◦ green 99 ◦ blue 37

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

Shades of Dell #436325

Tints of Dell #436325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 33%
G = 48.77%
B = 18.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#436325 (or 0x436325) is known color: Dell. HEX triplet: 43, 63 and 25. RGB value is (67,99,37). Sum of RGB (Red+Green+Blue) = 67+99+37=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #436325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436325 is #BC9CDA. Grayscale: #525252. Windows color (decimal): -12360923 or 2450243. OLE color: 2450243.

HSL color Cylindrical-coordinate representation of color #436325: hue angle of 90.97º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #436325 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 67 99 37 -
CMYK 0.32 0 0.63 0.61
HSL 90.97º 0.46% 0.27% -
HSV(B) 90.97º 0.63% 0.39% -
XYZ 7.11 10.25 3.35 -
YUV 82.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 67 99 37 0.32 0 0.63 0.61 90.97 0.46 0.27
Hex 43 63 25 20 0 3F 3D 5B 2E 1B
Octal 103 143 45 40 0 77 75 133 56 33
Binary 1000011 1100011 100101 100000 0 111111 111101 1011011 101110 11011

Color Harmonies of #436325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436325

Black with #436325

Text Example


Text Example

White with #436325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436325; }

 p { color: rgb(67,99,37); }

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

background-color css

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

 a { background-color: rgb(67,99,37); }

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

border-color css

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

 span { border-color: rgb(67,99,37); }

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