Html Css Color HEX #145F23 Crusoe

📋 copy color: '#145F23'

red 20 ◦ green 95 ◦ blue 35

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

Shades of Crusoe #145F23

Tints of Crusoe #145F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.33%

R = 13.33%
G = 63.33%
B = 23.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#145F23 (or 0x145F23) is known color: Crusoe. HEX triplet: 14, 5F and 23. RGB value is (20,95,35). Sum of RGB (Red+Green+Blue) = 20+95+35=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 95 (37.5% from 255 or 63.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 95 - color contains mainly: green. Hex color #145F23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F23 is #EBA0DC. Grayscale: #414141. Windows color (decimal): -15442141 or 2318100. OLE color: 2318100.

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

Color convert

RGB 20 95 35 -
CMYK 0.79 0 0.63 0.63
HSL 132º 0.65% 0.23% -
HSV(B) 132º 0.79% 0.37% -
XYZ 4.68 8.45 2.98 -
YUV 65.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 20 95 35 0.79 0 0.63 0.63 132 0.65 0.23
Hex 14 5F 23 4F 0 3F 3F 84 41 17
Octal 24 137 43 117 0 77 77 204 101 27
Binary 10100 1011111 100011 1001111 0 111111 111111 10000100 1000001 10111

Color Harmonies of #145F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F23

Black with #145F23

Text Example


Text Example

White with #145F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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