Html Css Color HEX #155A1D Crusoe

📋 copy color: '#155A1D'

red 21 ◦ green 90 ◦ blue 29

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

Shades of Crusoe #155A1D

Tints of Crusoe #155A1D

RGB

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

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

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

R = 15%
G = 64.29%
B = 20.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#155A1D (or 0x155A1D) is known color: Crusoe. HEX triplet: 15, 5A and 1D. RGB value is (21,90,29). Sum of RGB (Red+Green+Blue) = 21+90+29=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 90 (35.55% from 255 or 64.29% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 90 - color contains mainly: green. Hex color #155A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A1D is #EAA5E2. Grayscale: #3E3E3E. Windows color (decimal): -15377891 or 1923605. OLE color: 1923605.

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

Color convert

RGB 21 90 29 -
CMYK 0.77 0 0.68 0.65
HSL 126.96º 0.62% 0.22% -
HSV(B) 126.96º 0.77% 0.35% -
XYZ 4.19 7.56 2.4 -
YUV 62.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 21 90 29 0.77 0 0.68 0.65 126.96 0.62 0.22
Hex 15 5A 1D 4D 0 44 41 7F 3E 16
Octal 25 132 35 115 0 104 101 177 76 26
Binary 10101 1011010 11101 1001101 0 1000100 1000001 1111111 111110 10110

Color Harmonies of #155A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A1D

Black with #155A1D

Text Example


Text Example

White with #155A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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