Html Css Color HEX #14562F Crusoe

📋 copy color: '#14562F'

red 20 ◦ green 86 ◦ blue 47

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

Shades of Crusoe #14562F

Tints of Crusoe #14562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 56.21%

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

R = 13.07%
G = 56.21%
B = 30.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#14562F (or 0x14562F) is known color: Crusoe. HEX triplet: 14, 56 and 2F. RGB value is (20,86,47). Sum of RGB (Red+Green+Blue) = 20+86+47=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #14562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14562F is #EBA9D0. Grayscale: #3D3D3D. Windows color (decimal): -15444433 or 3102228. OLE color: 3102228.

HSL color Cylindrical-coordinate representation of color #14562F: hue angle of 144.55º degrees, saturation: 0.62, 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 #14562F is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 86 47 -
CMYK 0.77 0 0.45 0.66
HSL 144.55º 0.62% 0.21% -
HSV(B) 144.55º 0.77% 0.34% -
XYZ 4.13 7.01 3.82 -
YUV 61.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 20 86 47 0.77 0 0.45 0.66 144.55 0.62 0.21
Hex 14 56 2F 4D 0 2D 42 91 3E 15
Octal 24 126 57 115 0 55 102 221 76 25
Binary 10100 1010110 101111 1001101 0 101101 1000010 10010001 111110 10101

Color Harmonies of #14562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14562F

Black with #14562F

Text Example


Text Example

White with #14562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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