Html Css Color HEX #155D1C Crusoe

📋 copy color: '#155D1C'

red 21 ◦ green 93 ◦ blue 28

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

Shades of Crusoe #155D1C

Tints of Crusoe #155D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 65.49%

 BLUE value IS 28 (11.33% from 255) = 19.72%

R = 14.79%
G = 65.49%
B = 19.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#155D1C (or 0x155D1C) is known color: Crusoe. HEX triplet: 15, 5D and 1C. RGB value is (21,93,28). Sum of RGB (Red+Green+Blue) = 21+93+28=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #155D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D1C is #EAA2E3. Grayscale: #404040. Windows color (decimal): -15377124 or 1858837. OLE color: 1858837.

HSL color Cylindrical-coordinate representation of color #155D1C: hue angle of 125.83º 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 #155D1C is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 93 28 -
CMYK 0.77 0 0.70 0.64
HSL 125.83º 0.63% 0.22% -
HSV(B) 125.83º 0.77% 0.36% -
XYZ 4.43 8.07 2.42 -
YUV 64.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 21 93 28 0.77 0 0.70 0.64 125.83 0.63 0.22
Hex 15 5D 1C 4D 0 46 40 7E 3F 16
Octal 25 135 34 115 0 106 100 176 77 26
Binary 10101 1011101 11100 1001101 0 1000110 1000000 1111110 111111 10110

Color Harmonies of #155D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D1C

Black with #155D1C

Text Example


Text Example

White with #155D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,93,28); }

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

background-color css

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

 a { background-color: rgb(21,93,28); }

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

border-color css

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

 span { border-color: rgb(21,93,28); }

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