Html Css Color HEX #146133 Crusoe

📋 copy color: '#146133'

red 20 ◦ green 97 ◦ blue 51

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

Shades of Crusoe #146133

Tints of Crusoe #146133

RGB

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

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

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

R = 11.9%
G = 57.74%
B = 30.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#146133 (or 0x146133) is known color: Crusoe. HEX triplet: 14, 61 and 33. RGB value is (20,97,51). Sum of RGB (Red+Green+Blue) = 20+97+51=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #146133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146133 is #EB9ECC. Grayscale: #444444. Windows color (decimal): -15441613 or 3367188. OLE color: 3367188.

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

Color convert

RGB 20 97 51 -
CMYK 0.79 0 0.47 0.62
HSL 144.16º 0.66% 0.23% -
HSV(B) 144.16º 0.79% 0.38% -
XYZ 5.16 8.94 4.59 -
YUV 68.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 20 97 51 0.79 0 0.47 0.62 144.16 0.66 0.23
Hex 14 61 33 4F 0 2F 3E 90 42 17
Octal 24 141 63 117 0 57 76 220 102 27
Binary 10100 1100001 110011 1001111 0 101111 111110 10010000 1000010 10111

Color Harmonies of #146133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146133

Black with #146133

Text Example


Text Example

White with #146133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146133; }

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

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

background-color css

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

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

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

border-color css

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

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

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