Html Css Color HEX #145631 Crusoe

📋 copy color: '#145631'

red 20 ◦ green 86 ◦ blue 49

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

Shades of Crusoe #145631

Tints of Crusoe #145631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.61%

R = 12.9%
G = 55.48%
B = 31.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#145631 (or 0x145631) is known color: Crusoe. HEX triplet: 14, 56 and 31. RGB value is (20,86,49). Sum of RGB (Red+Green+Blue) = 20+86+49=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #145631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145631 is #EBA9CE. Grayscale: #3E3E3E. Windows color (decimal): -15444431 or 3233300. OLE color: 3233300.

HSL color Cylindrical-coordinate representation of color #145631: hue angle of 146.36º 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 #145631 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 86 49 -
CMYK 0.77 0 0.43 0.66
HSL 146.36º 0.62% 0.21% -
HSV(B) 146.36º 0.77% 0.34% -
XYZ 4.17 7.03 4.04 -
YUV 62.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 20 86 49 0.77 0 0.43 0.66 146.36 0.62 0.21
Hex 14 56 31 4D 0 2B 42 92 3E 15
Octal 24 126 61 115 0 53 102 222 76 25
Binary 10100 1010110 110001 1001101 0 101011 1000010 10010010 111110 10101

Color Harmonies of #145631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145631

Black with #145631

Text Example


Text Example

White with #145631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145631; }

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

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

background-color css

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

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

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

border-color css

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

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

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