Html Css Color HEX #115027 Crusoe

📋 copy color: '#115027'

red 17 ◦ green 80 ◦ blue 39

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

Shades of Crusoe #115027

Tints of Crusoe #115027

RGB

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

 GREEN value IS 80 (31.64% from 255) = 58.82%

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 12.5%
G = 58.82%
B = 28.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#115027 (or 0x115027) is known color: Crusoe. HEX triplet: 11, 50 and 27. RGB value is (17,80,39). Sum of RGB (Red+Green+Blue) = 17+80+39=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #115027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115027 is #EEAFD8. Grayscale: #383838. Windows color (decimal): -15642585 or 2576401. OLE color: 2576401.

HSL color Cylindrical-coordinate representation of color #115027: hue angle of 140.95º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115027 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 80 39 -
CMYK 0.79 0 0.51 0.69
HSL 140.95º 0.65% 0.19% -
HSV(B) 140.95º 0.79% 0.31% -
XYZ 3.47 6 2.9 -
YUV 56.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 17 80 39 0.79 0 0.51 0.69 140.95 0.65 0.19
Hex 11 50 27 4F 0 33 45 8D 41 13
Octal 21 120 47 117 0 63 105 215 101 23
Binary 10001 1010000 100111 1001111 0 110011 1000101 10001101 1000001 10011

Color Harmonies of #115027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115027

Black with #115027

Text Example


Text Example

White with #115027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115027; }

 p { color: rgb(17,80,39); }

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

background-color css

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

 a { background-color: rgb(17,80,39); }

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

border-color css

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

 span { border-color: rgb(17,80,39); }

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