Html Css Color HEX #14592F Crusoe

📋 copy color: '#14592F'

red 20 ◦ green 89 ◦ blue 47

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

Shades of Crusoe #14592F

Tints of Crusoe #14592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.13%

R = 12.82%
G = 57.05%
B = 30.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#14592F (or 0x14592F) is known color: Crusoe. HEX triplet: 14, 59 and 2F. RGB value is (20,89,47). Sum of RGB (Red+Green+Blue) = 20+89+47=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 89 (35.16% from 255 or 57.05% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 89 - color contains mainly: green. Hex color #14592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14592F is #EBA6D0. Grayscale: #3F3F3F. Windows color (decimal): -15443665 or 3102996. OLE color: 3102996.

HSL color Cylindrical-coordinate representation of color #14592F: hue angle of 143.48º 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 #14592F is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 47 -
CMYK 0.78 0 0.47 0.65
HSL 143.48º 0.63% 0.21% -
HSV(B) 143.48º 0.78% 0.35% -
XYZ 4.37 7.5 3.91 -
YUV 63.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 20 89 47 0.78 0 0.47 0.65 143.48 0.63 0.21
Hex 14 59 2F 4E 0 2F 41 8F 3F 15
Octal 24 131 57 116 0 57 101 217 77 25
Binary 10100 1011001 101111 1001110 0 101111 1000001 10001111 111111 10101

Color Harmonies of #14592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14592F

Black with #14592F

Text Example


Text Example

White with #14592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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