Html Css Color HEX #145332 Crusoe

📋 copy color: '#145332'

red 20 ◦ green 83 ◦ blue 50

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

Shades of Crusoe #145332

Tints of Crusoe #145332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.25%

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

R = 13.07%
G = 54.25%
B = 32.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#145332 (or 0x145332) is known color: Crusoe. HEX triplet: 14, 53 and 32. RGB value is (20,83,50). Sum of RGB (Red+Green+Blue) = 20+83+50=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #145332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145332 is #EBACCD. Grayscale: #3C3C3C. Windows color (decimal): -15445198 or 3298068. OLE color: 3298068.

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

Color convert

RGB 20 83 50 -
CMYK 0.76 0 0.40 0.67
HSL 148.57º 0.61% 0.2% -
HSV(B) 148.57º 0.76% 0.33% -
XYZ 3.96 6.57 4.08 -
YUV 60.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 20 83 50 0.76 0 0.40 0.67 148.57 0.61 0.2
Hex 14 53 32 4C 0 28 43 95 3D 14
Octal 24 123 62 114 0 50 103 225 75 24
Binary 10100 1010011 110010 1001100 0 101000 1000011 10010101 111101 10100

Color Harmonies of #145332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145332

Black with #145332

Text Example


Text Example

White with #145332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145332; }

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

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

background-color css

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

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

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

border-color css

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

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

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