Html Css Color HEX #145124 Crusoe

📋 copy color: '#145124'

red 20 ◦ green 81 ◦ blue 36

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

Shades of Crusoe #145124

Tints of Crusoe #145124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 59.12%

 BLUE value IS 36 (14.45% from 255) = 26.28%

R = 14.6%
G = 59.12%
B = 26.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#145124 (or 0x145124) is known color: Crusoe. HEX triplet: 14, 51 and 24. RGB value is (20,81,36). Sum of RGB (Red+Green+Blue) = 20+81+36=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #145124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145124 is #EBAEDB. Grayscale: #393939. Windows color (decimal): -15445724 or 2380052. OLE color: 2380052.

HSL color Cylindrical-coordinate representation of color #145124: hue angle of 135.74º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145124 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 81 36 -
CMYK 0.75 0 0.56 0.68
HSL 135.74º 0.6% 0.2% -
HSV(B) 135.74º 0.75% 0.32% -
XYZ 3.55 6.16 2.67 -
YUV 57.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 20 81 36 0.75 0 0.56 0.68 135.74 0.6 0.2
Hex 14 51 24 4B 0 38 44 88 3C 14
Octal 24 121 44 113 0 70 104 210 74 24
Binary 10100 1010001 100100 1001011 0 111000 1000100 10001000 111100 10100

Color Harmonies of #145124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145124

Black with #145124

Text Example


Text Example

White with #145124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145124; }

 p { color: rgb(20,81,36); }

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

background-color css

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

 a { background-color: rgb(20,81,36); }

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

border-color css

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

 span { border-color: rgb(20,81,36); }

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