Html Css Color HEX #14592B Crusoe

📋 copy color: '#14592B'

red 20 ◦ green 89 ◦ blue 43

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

Shades of Crusoe #14592B

Tints of Crusoe #14592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 13.16%
G = 58.55%
B = 28.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#14592B (or 0x14592B) is known color: Crusoe. HEX triplet: 14, 59 and 2B. RGB value is (20,89,43). Sum of RGB (Red+Green+Blue) = 20+89+43=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #14592B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14592B is #EBA6D4. Grayscale: #3F3F3F. Windows color (decimal): -15443669 or 2840852. OLE color: 2840852.

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

Color convert

RGB 20 89 43 -
CMYK 0.78 0 0.52 0.65
HSL 140º 0.63% 0.21% -
HSV(B) 140º 0.78% 0.35% -
XYZ 4.3 7.47 3.5 -
YUV 63.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 20 89 43 0.78 0 0.52 0.65 140 0.63 0.21
Hex 14 59 2B 4E 0 34 41 8C 3F 15
Octal 24 131 53 116 0 64 101 214 77 25
Binary 10100 1011001 101011 1001110 0 110100 1000001 10001100 111111 10101

Color Harmonies of #14592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14592B

Black with #14592B

Text Example


Text Example

White with #14592B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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