Html Css Color HEX #145028 Crusoe

📋 copy color: '#145028'

red 20 ◦ green 80 ◦ blue 40

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

Shades of Crusoe #145028

Tints of Crusoe #145028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 57.14%

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 14.29%
G = 57.14%
B = 28.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#145028 (or 0x145028) is known color: Crusoe. HEX triplet: 14, 50 and 28. RGB value is (20,80,40). Sum of RGB (Red+Green+Blue) = 20+80+40=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #145028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145028 is #EBAFD7. Grayscale: #393939. Windows color (decimal): -15445976 or 2641940. OLE color: 2641940.

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

Color convert

RGB 20 80 40 -
CMYK 0.75 0 0.5 0.69
HSL 140º 0.6% 0.2% -
HSV(B) 140º 0.75% 0.31% -
XYZ 3.54 6.04 2.99 -
YUV 57.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 20 80 40 0.75 0 0.5 0.69 140 0.6 0.2
Hex 14 50 28 4B 0 32 45 8C 3C 14
Octal 24 120 50 113 0 62 105 214 74 24
Binary 10100 1010000 101000 1001011 0 110010 1000101 10001100 111100 10100

Color Harmonies of #145028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145028

Black with #145028

Text Example


Text Example

White with #145028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145028; }

 p { color: rgb(20,80,40); }

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

background-color css

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

 a { background-color: rgb(20,80,40); }

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

border-color css

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

 span { border-color: rgb(20,80,40); }

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