Html Css Color HEX #14592C Crusoe

📋 copy color: '#14592C'

red 20 ◦ green 89 ◦ blue 44

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

Shades of Crusoe #14592C

Tints of Crusoe #14592C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.17%

 BLUE value IS 44 (17.58% from 255) = 28.76%

R = 13.07%
G = 58.17%
B = 28.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#14592C (or 0x14592C) is known color: Crusoe. HEX triplet: 14, 59 and 2C. RGB value is (20,89,44). Sum of RGB (Red+Green+Blue) = 20+89+44=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #14592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14592C is #EBA6D3. Grayscale: #3F3F3F. Windows color (decimal): -15443668 or 2906388. OLE color: 2906388.

HSL color Cylindrical-coordinate representation of color #14592C: hue angle of 140.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14592C is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 44 -
CMYK 0.78 0 0.51 0.65
HSL 140.87º 0.63% 0.21% -
HSV(B) 140.87º 0.78% 0.35% -
XYZ 4.32 7.48 3.6 -
YUV 63.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 20 89 44 0.78 0 0.51 0.65 140.87 0.63 0.21
Hex 14 59 2C 4E 0 33 41 8D 3F 15
Octal 24 131 54 116 0 63 101 215 77 25
Binary 10100 1011001 101100 1001110 0 110011 1000001 10001101 111111 10101

Color Harmonies of #14592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14592C

Black with #14592C

Text Example


Text Example

White with #14592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14592C; }

 p { color: rgb(20,89,44); }

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

background-color css

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

 a { background-color: rgb(20,89,44); }

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

border-color css

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

 span { border-color: rgb(20,89,44); }

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