Html Css Color HEX #145F36 Crusoe

📋 copy color: '#145F36'

red 20 ◦ green 95 ◦ blue 54

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

Shades of Crusoe #145F36

Tints of Crusoe #145F36

RGB

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

 GREEN value IS 95 (37.5% from 255) = 56.21%

 BLUE value IS 54 (21.48% from 255) = 31.95%

R = 11.83%
G = 56.21%
B = 31.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#145F36 (or 0x145F36) is known color: Crusoe. HEX triplet: 14, 5F and 36. RGB value is (20,95,54). Sum of RGB (Red+Green+Blue) = 20+95+54=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #145F36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F36 is #EBA0C9. Grayscale: #434343. Windows color (decimal): -15442122 or 3563284. OLE color: 3563284.

HSL color Cylindrical-coordinate representation of color #145F36: hue angle of 147.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F36 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 95 54 -
CMYK 0.79 0 0.43 0.63
HSL 147.2º 0.65% 0.23% -
HSV(B) 147.2º 0.79% 0.37% -
XYZ 5.05 8.6 4.88 -
YUV 67.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 20 95 54 0.79 0 0.43 0.63 147.2 0.65 0.23
Hex 14 5F 36 4F 0 2B 3F 93 41 17
Octal 24 137 66 117 0 53 77 223 101 27
Binary 10100 1011111 110110 1001111 0 101011 111111 10010011 1000001 10111

Color Harmonies of #145F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F36

Black with #145F36

Text Example


Text Example

White with #145F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145F36; }

 p { color: rgb(20,95,54); }

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

background-color css

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

 a { background-color: rgb(20,95,54); }

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

border-color css

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

 span { border-color: rgb(20,95,54); }

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