Html Css Color HEX #115B1D Crusoe

📋 copy color: '#115B1D'

red 17 ◦ green 91 ◦ blue 29

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

Shades of Crusoe #115B1D

Tints of Crusoe #115B1D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 66.42%

 BLUE value IS 29 (11.72% from 255) = 21.17%

R = 12.41%
G = 66.42%
B = 21.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#115B1D (or 0x115B1D) is known color: Crusoe. HEX triplet: 11, 5B and 1D. RGB value is (17,91,29). Sum of RGB (Red+Green+Blue) = 17+91+29=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #115B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B1D is #EEA4E2. Grayscale: #3D3D3D. Windows color (decimal): -15639779 or 1923857. OLE color: 1923857.

HSL color Cylindrical-coordinate representation of color #115B1D: hue angle of 129.73º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B1D is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 91 29 -
CMYK 0.81 0 0.68 0.64
HSL 129.73º 0.69% 0.21% -
HSV(B) 129.73º 0.81% 0.36% -
XYZ 4.19 7.69 2.43 -
YUV 61.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 17 91 29 0.81 0 0.68 0.64 129.73 0.69 0.21
Hex 11 5B 1D 51 0 44 40 82 45 15
Octal 21 133 35 121 0 104 100 202 105 25
Binary 10001 1011011 11101 1010001 0 1000100 1000000 10000010 1000101 10101

Color Harmonies of #115B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B1D

Black with #115B1D

Text Example


Text Example

White with #115B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115B1D; }

 p { color: rgb(17,91,29); }

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

background-color css

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

 a { background-color: rgb(17,91,29); }

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

border-color css

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

 span { border-color: rgb(17,91,29); }

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