Html Css Color HEX #115427 Crusoe

📋 copy color: '#115427'

red 17 ◦ green 84 ◦ blue 39

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

Shades of Crusoe #115427

Tints of Crusoe #115427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 60%

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

R = 12.14%
G = 60%
B = 27.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#115427 (or 0x115427) is known color: Crusoe. HEX triplet: 11, 54 and 27. RGB value is (17,84,39). Sum of RGB (Red+Green+Blue) = 17+84+39=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #115427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115427 is #EEABD8. Grayscale: #3A3A3A. Windows color (decimal): -15641561 or 2577425. OLE color: 2577425.

HSL color Cylindrical-coordinate representation of color #115427: hue angle of 139.7º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115427 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 84 39 -
CMYK 0.80 0 0.54 0.67
HSL 139.7º 0.66% 0.2% -
HSV(B) 139.7º 0.8% 0.33% -
XYZ 3.77 6.61 3 -
YUV 58.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 17 84 39 0.80 0 0.54 0.67 139.7 0.66 0.2
Hex 11 54 27 50 0 36 43 8C 42 14
Octal 21 124 47 120 0 66 103 214 102 24
Binary 10001 1010100 100111 1010000 0 110110 1000011 10001100 1000010 10100

Color Harmonies of #115427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115427

Black with #115427

Text Example


Text Example

White with #115427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115427; }

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

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

background-color css

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

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

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

border-color css

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

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

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