Html Css Color HEX #155321 Crusoe

📋 copy color: '#155321'

red 21 ◦ green 83 ◦ blue 33

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

Shades of Crusoe #155321

Tints of Crusoe #155321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 60.58%

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 15.33%
G = 60.58%
B = 24.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#155321 (or 0x155321) is known color: Crusoe. HEX triplet: 15, 53 and 21. RGB value is (21,83,33). Sum of RGB (Red+Green+Blue) = 21+83+33=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #155321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155321 is #EAACDE. Grayscale: #3A3A3A. Windows color (decimal): -15379679 or 2183957. OLE color: 2183957.

HSL color Cylindrical-coordinate representation of color #155321: hue angle of 131.61º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155321 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 33 -
CMYK 0.75 0 0.60 0.67
HSL 131.61º 0.6% 0.2% -
HSV(B) 131.61º 0.75% 0.33% -
XYZ 3.68 6.46 2.49 -
YUV 58.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 21 83 33 0.75 0 0.60 0.67 131.61 0.6 0.2
Hex 15 53 21 4B 0 3C 43 84 3C 14
Octal 25 123 41 113 0 74 103 204 74 24
Binary 10101 1010011 100001 1001011 0 111100 1000011 10000100 111100 10100

Color Harmonies of #155321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155321

Black with #155321

Text Example


Text Example

White with #155321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155321; }

 p { color: rgb(21,83,33); }

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

background-color css

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

 a { background-color: rgb(21,83,33); }

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

border-color css

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

 span { border-color: rgb(21,83,33); }

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