Html Css Color HEX #145F33 Crusoe

📋 copy color: '#145F33'

red 20 ◦ green 95 ◦ blue 51

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

Shades of Crusoe #145F33

Tints of Crusoe #145F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.72%

R = 12.05%
G = 57.23%
B = 30.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#145F33 (or 0x145F33) is known color: Crusoe. HEX triplet: 14, 5F and 33. RGB value is (20,95,51). Sum of RGB (Red+Green+Blue) = 20+95+51=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #145F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F33 is #EBA0CC. Grayscale: #434343. Windows color (decimal): -15442125 or 3366676. OLE color: 3366676.

HSL color Cylindrical-coordinate representation of color #145F33: hue angle of 144.8º 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 #145F33 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 95 51 -
CMYK 0.79 0 0.46 0.63
HSL 144.8º 0.65% 0.23% -
HSV(B) 144.8º 0.79% 0.37% -
XYZ 4.98 8.57 4.52 -
YUV 67.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 20 95 51 0.79 0 0.46 0.63 144.8 0.65 0.23
Hex 14 5F 33 4F 0 2E 3F 91 41 17
Octal 24 137 63 117 0 56 77 221 101 27
Binary 10100 1011111 110011 1001111 0 101110 111111 10010001 1000001 10111

Color Harmonies of #145F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F33

Black with #145F33

Text Example


Text Example

White with #145F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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