Html Css Color HEX #155026 Crusoe

📋 copy color: '#155026'

red 21 ◦ green 80 ◦ blue 38

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

Shades of Crusoe #155026

Tints of Crusoe #155026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 15.11%
G = 57.55%
B = 27.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#155026 (or 0x155026) is known color: Crusoe. HEX triplet: 15, 50 and 26. RGB value is (21,80,38). Sum of RGB (Red+Green+Blue) = 21+80+38=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #155026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155026 is #EAAFD9. Grayscale: #393939. Windows color (decimal): -15380442 or 2510869. OLE color: 2510869.

HSL color Cylindrical-coordinate representation of color #155026: hue angle of 137.29º 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 #155026 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 38 -
CMYK 0.74 0 0.52 0.69
HSL 137.29º 0.58% 0.2% -
HSV(B) 137.29º 0.74% 0.31% -
XYZ 3.53 6.04 2.81 -
YUV 57.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 21 80 38 0.74 0 0.52 0.69 137.29 0.58 0.2
Hex 15 50 26 4A 0 34 45 89 3A 14
Octal 25 120 46 112 0 64 105 211 72 24
Binary 10101 1010000 100110 1001010 0 110100 1000101 10001001 111010 10100

Color Harmonies of #155026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155026

Black with #155026

Text Example


Text Example

White with #155026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155026; }

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

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

background-color css

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

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

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

border-color css

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

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

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