Html Css Color HEX #14592D Crusoe

📋 copy color: '#14592D'

red 20 ◦ green 89 ◦ blue 45

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

Shades of Crusoe #14592D

Tints of Crusoe #14592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.22%

R = 12.99%
G = 57.79%
B = 29.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#14592D (or 0x14592D) is known color: Crusoe. HEX triplet: 14, 59 and 2D. RGB value is (20,89,45). Sum of RGB (Red+Green+Blue) = 20+89+45=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #14592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14592D is #EBA6D2. Grayscale: #3F3F3F. Windows color (decimal): -15443667 or 2971924. OLE color: 2971924.

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

Color convert

RGB 20 89 45 -
CMYK 0.78 0 0.49 0.65
HSL 141.74º 0.63% 0.21% -
HSV(B) 141.74º 0.78% 0.35% -
XYZ 4.33 7.48 3.7 -
YUV 63.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 20 89 45 0.78 0 0.49 0.65 141.74 0.63 0.21
Hex 14 59 2D 4E 0 31 41 8E 3F 15
Octal 24 131 55 116 0 61 101 216 77 25
Binary 10100 1011001 101101 1001110 0 110001 1000001 10001110 111111 10101

Color Harmonies of #14592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14592D

Black with #14592D

Text Example


Text Example

White with #14592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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