Html Css Color HEX #145932 Crusoe

📋 copy color: '#145932'

red 20 ◦ green 89 ◦ blue 50

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

Shades of Crusoe #145932

Tints of Crusoe #145932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 12.58%
G = 55.97%
B = 31.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#145932 (or 0x145932) is known color: Crusoe. HEX triplet: 14, 59 and 32. RGB value is (20,89,50). Sum of RGB (Red+Green+Blue) = 20+89+50=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #145932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145932 is #EBA6CD. Grayscale: #404040. Windows color (decimal): -15443662 or 3299604. OLE color: 3299604.

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

Color convert

RGB 20 89 50 -
CMYK 0.78 0 0.44 0.65
HSL 146.09º 0.63% 0.21% -
HSV(B) 146.09º 0.78% 0.35% -
XYZ 4.44 7.52 4.24 -
YUV 63.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 20 89 50 0.78 0 0.44 0.65 146.09 0.63 0.21
Hex 14 59 32 4E 0 2C 41 92 3F 15
Octal 24 131 62 116 0 54 101 222 77 25
Binary 10100 1011001 110010 1001110 0 101100 1000001 10010010 111111 10101

Color Harmonies of #145932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145932

Black with #145932

Text Example


Text Example

White with #145932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145932; }

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

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

background-color css

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

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

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

border-color css

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

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

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