Html Css Color HEX #145841 Fun Green

📋 copy color: '#145841'

red 20 ◦ green 88 ◦ blue 65

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

Shades of Fun Green #145841

Tints of Fun Green #145841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.87%

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 11.56%
G = 50.87%
B = 37.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#145841 (or 0x145841) is known color: Fun Green. HEX triplet: 14, 58 and 41. RGB value is (20,88,65). Sum of RGB (Red+Green+Blue) = 20+88+65=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #145841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145841 is #EBA7BE. Grayscale: #414141. Windows color (decimal): -15443903 or 4282388. OLE color: 4282388.

HSL color Cylindrical-coordinate representation of color #145841: hue angle of 159.71º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145841 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 65 -
CMYK 0.77 0 0.26 0.65
HSL 159.71º 0.63% 0.21% -
HSV(B) 159.71º 0.77% 0.35% -
XYZ 4.73 7.51 6.2 -
YUV 65.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 20 88 65 0.77 0 0.26 0.65 159.71 0.63 0.21
Hex 14 58 41 4D 0 1A 41 A0 3F 15
Octal 24 130 101 115 0 32 101 240 77 25
Binary 10100 1011000 1000001 1001101 0 11010 1000001 10100000 111111 10101

Color Harmonies of #145841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145841

Black with #145841

Text Example


Text Example

White with #145841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145841; }

 p { color: rgb(20,88,65); }

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

background-color css

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

 a { background-color: rgb(20,88,65); }

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

border-color css

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

 span { border-color: rgb(20,88,65); }

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