Html Css Color HEX #145732 Crusoe

📋 copy color: '#145732'

red 20 ◦ green 87 ◦ blue 50

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

Shades of Crusoe #145732

Tints of Crusoe #145732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 12.74%
G = 55.41%
B = 31.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#145732 (or 0x145732) is known color: Crusoe. HEX triplet: 14, 57 and 32. RGB value is (20,87,50). Sum of RGB (Red+Green+Blue) = 20+87+50=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #145732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145732 is #EBA8CD. Grayscale: #3E3E3E. Windows color (decimal): -15444174 or 3299092. OLE color: 3299092.

HSL color Cylindrical-coordinate representation of color #145732: hue angle of 146.87º 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 #145732 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 87 50 -
CMYK 0.77 0 0.43 0.66
HSL 146.87º 0.63% 0.21% -
HSV(B) 146.87º 0.77% 0.34% -
XYZ 4.27 7.2 4.18 -
YUV 62.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 20 87 50 0.77 0 0.43 0.66 146.87 0.63 0.21
Hex 14 57 32 4D 0 2B 42 93 3F 15
Octal 24 127 62 115 0 53 102 223 77 25
Binary 10100 1010111 110010 1001101 0 101011 1000010 10010011 111111 10101

Color Harmonies of #145732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145732

Black with #145732

Text Example


Text Example

White with #145732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145732; }

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

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

background-color css

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

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

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

border-color css

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

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

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