Html Css Color HEX #115129 Crusoe

📋 copy color: '#115129'

red 17 ◦ green 81 ◦ blue 41

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

Shades of Crusoe #115129

Tints of Crusoe #115129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 58.27%

 BLUE value IS 41 (16.41% from 255) = 29.5%

R = 12.23%
G = 58.27%
B = 29.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#115129 (or 0x115129) is known color: Crusoe. HEX triplet: 11, 51 and 29. RGB value is (17,81,41). Sum of RGB (Red+Green+Blue) = 17+81+41=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #115129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115129 is #EEAED6. Grayscale: #393939. Windows color (decimal): -15642327 or 2707729. OLE color: 2707729.

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

Color convert

RGB 17 81 41 -
CMYK 0.79 0 0.49 0.68
HSL 142.5º 0.65% 0.19% -
HSV(B) 142.5º 0.79% 0.32% -
XYZ 3.57 6.16 3.1 -
YUV 57.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 17 81 41 0.79 0 0.49 0.68 142.5 0.65 0.19
Hex 11 51 29 4F 0 31 44 8E 41 13
Octal 21 121 51 117 0 61 104 216 101 23
Binary 10001 1010001 101001 1001111 0 110001 1000100 10001110 1000001 10011

Color Harmonies of #115129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115129

Black with #115129

Text Example


Text Example

White with #115129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115129; }

 p { color: rgb(17,81,41); }

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

background-color css

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

 a { background-color: rgb(17,81,41); }

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

border-color css

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

 span { border-color: rgb(17,81,41); }

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