Html Css Color HEX #155429 Crusoe

📋 copy color: '#155429'

red 21 ◦ green 84 ◦ blue 41

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

Shades of Crusoe #155429

Tints of Crusoe #155429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 57.53%

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 14.38%
G = 57.53%
B = 28.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#155429 (or 0x155429) is known color: Crusoe. HEX triplet: 15, 54 and 29. RGB value is (21,84,41). Sum of RGB (Red+Green+Blue) = 21+84+41=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #155429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155429 is #EAABD6. Grayscale: #3C3C3C. Windows color (decimal): -15379415 or 2708501. OLE color: 2708501.

HSL color Cylindrical-coordinate representation of color #155429: hue angle of 139.05º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155429 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 84 41 -
CMYK 0.75 0 0.51 0.67
HSL 139.05º 0.6% 0.21% -
HSV(B) 139.05º 0.75% 0.33% -
XYZ 3.88 6.66 3.18 -
YUV 60.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 21 84 41 0.75 0 0.51 0.67 139.05 0.6 0.21
Hex 15 54 29 4B 0 33 43 8B 3C 15
Octal 25 124 51 113 0 63 103 213 74 25
Binary 10101 1010100 101001 1001011 0 110011 1000011 10001011 111100 10101

Color Harmonies of #155429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155429

Black with #155429

Text Example


Text Example

White with #155429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155429; }

 p { color: rgb(21,84,41); }

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

background-color css

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

 a { background-color: rgb(21,84,41); }

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

border-color css

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

 span { border-color: rgb(21,84,41); }

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