Html Css Color HEX #155C33 Crusoe

📋 copy color: '#155C33'

red 21 ◦ green 92 ◦ blue 51

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

Shades of Crusoe #155C33

Tints of Crusoe #155C33

RGB

 RED value IS 21 (8.59% from 255) = 12.8%

 GREEN value IS 92 (36.33% from 255) = 56.1%

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

R = 12.8%
G = 56.1%
B = 31.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#155C33 (or 0x155C33) is known color: Crusoe. HEX triplet: 15, 5C and 33. RGB value is (21,92,51). Sum of RGB (Red+Green+Blue) = 21+92+51=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #155C33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C33 is #EAA3CC. Grayscale: #424242. Windows color (decimal): -15377357 or 3365909. OLE color: 3365909.

HSL color Cylindrical-coordinate representation of color #155C33: hue angle of 145.35º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C33 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 92 51 -
CMYK 0.77 0 0.45 0.64
HSL 145.35º 0.63% 0.22% -
HSV(B) 145.35º 0.77% 0.36% -
XYZ 4.73 8.05 4.44 -
YUV 66.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 21 92 51 0.77 0 0.45 0.64 145.35 0.63 0.22
Hex 15 5C 33 4D 0 2D 40 91 3F 16
Octal 25 134 63 115 0 55 100 221 77 26
Binary 10101 1011100 110011 1001101 0 101101 1000000 10010001 111111 10110

Color Harmonies of #155C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C33

Black with #155C33

Text Example


Text Example

White with #155C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155C33; }

 p { color: rgb(21,92,51); }

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

background-color css

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

 a { background-color: rgb(21,92,51); }

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

border-color css

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

 span { border-color: rgb(21,92,51); }

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