Html Css Color HEX #145431 Crusoe

📋 copy color: '#145431'

red 20 ◦ green 84 ◦ blue 49

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

Shades of Crusoe #145431

Tints of Crusoe #145431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.9%

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

R = 13.07%
G = 54.9%
B = 32.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#145431 (or 0x145431) is known color: Crusoe. HEX triplet: 14, 54 and 31. RGB value is (20,84,49). Sum of RGB (Red+Green+Blue) = 20+84+49=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #145431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145431 is #EBABCE. Grayscale: #3C3C3C. Windows color (decimal): -15444943 or 3232788. OLE color: 3232788.

HSL color Cylindrical-coordinate representation of color #145431: hue angle of 147.19º degrees, saturation: 0.62, 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 #145431 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 84 49 -
CMYK 0.76 0 0.42 0.67
HSL 147.19º 0.62% 0.2% -
HSV(B) 147.19º 0.76% 0.33% -
XYZ 4.01 6.71 3.99 -
YUV 60.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 20 84 49 0.76 0 0.42 0.67 147.19 0.62 0.2
Hex 14 54 31 4C 0 2A 43 93 3E 14
Octal 24 124 61 114 0 52 103 223 76 24
Binary 10100 1010100 110001 1001100 0 101010 1000011 10010011 111110 10100

Color Harmonies of #145431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145431

Black with #145431

Text Example


Text Example

White with #145431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145431; }

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

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

background-color css

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

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

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

border-color css

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

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

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