Html Css Color HEX #155028 Crusoe

📋 copy color: '#155028'

red 21 ◦ green 80 ◦ blue 40

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

Shades of Crusoe #155028

Tints of Crusoe #155028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.74%

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 14.89%
G = 56.74%
B = 28.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#155028 (or 0x155028) is known color: Crusoe. HEX triplet: 15, 50 and 28. RGB value is (21,80,40). Sum of RGB (Red+Green+Blue) = 21+80+40=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #155028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155028 is #EAAFD7. Grayscale: #393939. Windows color (decimal): -15380440 or 2641941. OLE color: 2641941.

HSL color Cylindrical-coordinate representation of color #155028: hue angle of 139.32º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155028 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 40 -
CMYK 0.74 0 0.5 0.69
HSL 139.32º 0.58% 0.2% -
HSV(B) 139.32º 0.74% 0.31% -
XYZ 3.56 6.05 2.99 -
YUV 57.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 21 80 40 0.74 0 0.5 0.69 139.32 0.58 0.2
Hex 15 50 28 4A 0 32 45 8B 3A 14
Octal 25 120 50 112 0 62 105 213 72 24
Binary 10101 1010000 101000 1001010 0 110010 1000101 10001011 111010 10100

Color Harmonies of #155028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155028

Black with #155028

Text Example


Text Example

White with #155028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155028; }

 p { color: rgb(21,80,40); }

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

background-color css

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

 a { background-color: rgb(21,80,40); }

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

border-color css

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

 span { border-color: rgb(21,80,40); }

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