Html Css Color HEX #155C1D Crusoe

📋 copy color: '#155C1D'

red 21 ◦ green 92 ◦ blue 29

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

Shades of Crusoe #155C1D

Tints of Crusoe #155C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.42%

R = 14.79%
G = 64.79%
B = 20.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#155C1D (or 0x155C1D) is known color: Crusoe. HEX triplet: 15, 5C and 1D. RGB value is (21,92,29). Sum of RGB (Red+Green+Blue) = 21+92+29=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 92 (36.33% from 255 or 64.79% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 92 - color contains mainly: green. Hex color #155C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C1D is #EAA3E2. Grayscale: #3F3F3F. Windows color (decimal): -15377379 or 1924117. OLE color: 1924117.

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

Color convert

RGB 21 92 29 -
CMYK 0.77 0 0.68 0.64
HSL 126.76º 0.63% 0.22% -
HSV(B) 126.76º 0.77% 0.36% -
XYZ 4.36 7.9 2.46 -
YUV 63.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 21 92 29 0.77 0 0.68 0.64 126.76 0.63 0.22
Hex 15 5C 1D 4D 0 44 40 7F 3F 16
Octal 25 134 35 115 0 104 100 177 77 26
Binary 10101 1011100 11101 1001101 0 1000100 1000000 1111111 111111 10110

Color Harmonies of #155C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C1D

Black with #155C1D

Text Example


Text Example

White with #155C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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