Html Css Color HEX #115828 Crusoe

📋 copy color: '#115828'

red 17 ◦ green 88 ◦ blue 40

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

Shades of Crusoe #115828

Tints of Crusoe #115828

RGB

 RED value IS 17 (7.03% from 255) = 11.72%

 GREEN value IS 88 (34.77% from 255) = 60.69%

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

R = 11.72%
G = 60.69%
B = 27.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#115828 (or 0x115828) is known color: Crusoe. HEX triplet: 11, 58 and 28. RGB value is (17,88,40). Sum of RGB (Red+Green+Blue) = 17+88+40=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #115828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115828 is #EEA7D7. Grayscale: #3D3D3D. Windows color (decimal): -15640536 or 2643985. OLE color: 2643985.

HSL color Cylindrical-coordinate representation of color #115828: hue angle of 139.44º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115828 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 88 40 -
CMYK 0.81 0 0.55 0.65
HSL 139.44º 0.68% 0.21% -
HSV(B) 139.44º 0.81% 0.35% -
XYZ 4.1 7.25 3.19 -
YUV 61.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 17 88 40 0.81 0 0.55 0.65 139.44 0.68 0.21
Hex 11 58 28 51 0 37 41 8B 44 15
Octal 21 130 50 121 0 67 101 213 104 25
Binary 10001 1011000 101000 1010001 0 110111 1000001 10001011 1000100 10101

Color Harmonies of #115828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115828

Black with #115828

Text Example


Text Example

White with #115828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115828; }

 p { color: rgb(17,88,40); }

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

background-color css

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

 a { background-color: rgb(17,88,40); }

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

border-color css

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

 span { border-color: rgb(17,88,40); }

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