Html Css Color HEX #146128 Crusoe

📋 copy color: '#146128'

red 20 ◦ green 97 ◦ blue 40

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

Shades of Crusoe #146128

Tints of Crusoe #146128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.78%

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

R = 12.74%
G = 61.78%
B = 25.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#146128 (or 0x146128) is known color: Crusoe. HEX triplet: 14, 61 and 28. RGB value is (20,97,40). Sum of RGB (Red+Green+Blue) = 20+97+40=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #146128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146128 is #EB9ED7. Grayscale: #434343. Windows color (decimal): -15441624 or 2646292. OLE color: 2646292.

HSL color Cylindrical-coordinate representation of color #146128: hue angle of 135.58º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146128 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 97 40 -
CMYK 0.79 0 0.59 0.62
HSL 135.58º 0.66% 0.23% -
HSV(B) 135.58º 0.79% 0.38% -
XYZ 4.95 8.85 3.46 -
YUV 67.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 20 97 40 0.79 0 0.59 0.62 135.58 0.66 0.23
Hex 14 61 28 4F 0 3B 3E 88 42 17
Octal 24 141 50 117 0 73 76 210 102 27
Binary 10100 1100001 101000 1001111 0 111011 111110 10001000 1000010 10111

Color Harmonies of #146128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146128

Black with #146128

Text Example


Text Example

White with #146128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146128; }

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

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

background-color css

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

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

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

border-color css

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

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

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