Html Css Color HEX #145532 Crusoe

📋 copy color: '#145532'

red 20 ◦ green 85 ◦ blue 50

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

Shades of Crusoe #145532

Tints of Crusoe #145532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.84%

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

R = 12.9%
G = 54.84%
B = 32.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#145532 (or 0x145532) is known color: Crusoe. HEX triplet: 14, 55 and 32. RGB value is (20,85,50). Sum of RGB (Red+Green+Blue) = 20+85+50=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #145532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145532 is #EBAACD. Grayscale: #3D3D3D. Windows color (decimal): -15444686 or 3298580. OLE color: 3298580.

HSL color Cylindrical-coordinate representation of color #145532: hue angle of 147.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145532 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 85 50 -
CMYK 0.76 0 0.41 0.67
HSL 147.69º 0.62% 0.21% -
HSV(B) 147.69º 0.76% 0.33% -
XYZ 4.11 6.88 4.13 -
YUV 61.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 20 85 50 0.76 0 0.41 0.67 147.69 0.62 0.21
Hex 14 55 32 4C 0 29 43 94 3E 15
Octal 24 125 62 114 0 51 103 224 76 25
Binary 10100 1010101 110010 1001100 0 101001 1000011 10010100 111110 10101

Color Harmonies of #145532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145532

Black with #145532

Text Example


Text Example

White with #145532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145532; }

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

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

background-color css

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

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

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

border-color css

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

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

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