Html Css Color HEX #155A33 Crusoe

📋 copy color: '#155A33'

red 21 ◦ green 90 ◦ blue 51

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

Shades of Crusoe #155A33

Tints of Crusoe #155A33

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.56%

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

R = 12.96%
G = 55.56%
B = 31.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#155A33 (or 0x155A33) is known color: Crusoe. HEX triplet: 15, 5A and 33. RGB value is (21,90,51). Sum of RGB (Red+Green+Blue) = 21+90+51=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #155A33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A33 is #EAA5CC. Grayscale: #414141. Windows color (decimal): -15377869 or 3365397. OLE color: 3365397.

HSL color Cylindrical-coordinate representation of color #155A33: hue angle of 146.09º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A33 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 90 51 -
CMYK 0.77 0 0.43 0.65
HSL 146.09º 0.62% 0.22% -
HSV(B) 146.09º 0.77% 0.35% -
XYZ 4.56 7.71 4.38 -
YUV 64.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 21 90 51 0.77 0 0.43 0.65 146.09 0.62 0.22
Hex 15 5A 33 4D 0 2B 41 92 3E 16
Octal 25 132 63 115 0 53 101 222 76 26
Binary 10101 1011010 110011 1001101 0 101011 1000001 10010010 111110 10110

Color Harmonies of #155A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A33

Black with #155A33

Text Example


Text Example

White with #155A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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