Html Css Color HEX #145736 Crusoe

📋 copy color: '#145736'

red 20 ◦ green 87 ◦ blue 54

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

Shades of Crusoe #145736

Tints of Crusoe #145736

RGB

 RED value IS 20 (8.2% from 255) = 12.42%

 GREEN value IS 87 (34.38% from 255) = 54.04%

 BLUE value IS 54 (21.48% from 255) = 33.54%

R = 12.42%
G = 54.04%
B = 33.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#145736 (or 0x145736) is known color: Crusoe. HEX triplet: 14, 57 and 36. RGB value is (20,87,54). Sum of RGB (Red+Green+Blue) = 20+87+54=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #145736 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145736 is #EBA8C9. Grayscale: #3F3F3F. Windows color (decimal): -15444170 or 3561236. OLE color: 3561236.

HSL color Cylindrical-coordinate representation of color #145736: hue angle of 150.45º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145736 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 87 54 -
CMYK 0.77 0 0.38 0.66
HSL 150.45º 0.63% 0.21% -
HSV(B) 150.45º 0.77% 0.34% -
XYZ 4.36 7.23 4.66 -
YUV 63.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 20 87 54 0.77 0 0.38 0.66 150.45 0.63 0.21
Hex 14 57 36 4D 0 26 42 96 3F 15
Octal 24 127 66 115 0 46 102 226 77 25
Binary 10100 1010111 110110 1001101 0 100110 1000010 10010110 111111 10101

Color Harmonies of #145736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145736

Black with #145736

Text Example


Text Example

White with #145736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145736; }

 p { color: rgb(20,87,54); }

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

background-color css

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

 a { background-color: rgb(20,87,54); }

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

border-color css

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

 span { border-color: rgb(20,87,54); }

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