Html Css Color HEX #145920 Crusoe

📋 copy color: '#145920'

red 20 ◦ green 89 ◦ blue 32

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

Shades of Crusoe #145920

Tints of Crusoe #145920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.7%

R = 14.18%
G = 63.12%
B = 22.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#145920 (or 0x145920) is known color: Crusoe. HEX triplet: 14, 59 and 20. RGB value is (20,89,32). Sum of RGB (Red+Green+Blue) = 20+89+32=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #145920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145920 is #EBA6DF. Grayscale: #3E3E3E. Windows color (decimal): -15443680 or 2119956. OLE color: 2119956.

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

Color convert

RGB 20 89 32 -
CMYK 0.78 0 0.64 0.65
HSL 130.43º 0.63% 0.21% -
HSV(B) 130.43º 0.78% 0.35% -
XYZ 4.12 7.4 2.58 -
YUV 61.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 20 89 32 0.78 0 0.64 0.65 130.43 0.63 0.21
Hex 14 59 20 4E 0 40 41 82 3F 15
Octal 24 131 40 116 0 100 101 202 77 25
Binary 10100 1011001 100000 1001110 0 1000000 1000001 10000010 111111 10101

Color Harmonies of #145920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145920

Black with #145920

Text Example


Text Example

White with #145920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145920; }

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

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

background-color css

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

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

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

border-color css

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

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

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