Html Css Color HEX #115433 Crusoe

📋 copy color: '#115433'

red 17 ◦ green 84 ◦ blue 51

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

Shades of Crusoe #115433

Tints of Crusoe #115433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.55%

R = 11.18%
G = 55.26%
B = 33.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#115433 (or 0x115433) is known color: Crusoe. HEX triplet: 11, 54 and 33. RGB value is (17,84,51). Sum of RGB (Red+Green+Blue) = 17+84+51=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #115433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115433 is #EEABCC. Grayscale: #3C3C3C. Windows color (decimal): -15641549 or 3363857. OLE color: 3363857.

HSL color Cylindrical-coordinate representation of color #115433: hue angle of 150.45º 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 #115433 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 84 51 -
CMYK 0.80 0 0.39 0.67
HSL 150.45º 0.66% 0.2% -
HSV(B) 150.45º 0.8% 0.33% -
XYZ 4 6.7 4.21 -
YUV 60.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 17 84 51 0.80 0 0.39 0.67 150.45 0.66 0.2
Hex 11 54 33 50 0 27 43 96 42 14
Octal 21 124 63 120 0 47 103 226 102 24
Binary 10001 1010100 110011 1010000 0 100111 1000011 10010110 1000010 10100

Color Harmonies of #115433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115433

Black with #115433

Text Example


Text Example

White with #115433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115433; }

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

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

background-color css

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

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

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

border-color css

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

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

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