Html Css Color HEX #146121 Crusoe

📋 copy color: '#146121'

red 20 ◦ green 97 ◦ blue 33

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

Shades of Crusoe #146121

Tints of Crusoe #146121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22%

R = 13.33%
G = 64.67%
B = 22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#146121 (or 0x146121) is known color: Crusoe. HEX triplet: 14, 61 and 21. RGB value is (20,97,33). Sum of RGB (Red+Green+Blue) = 20+97+33=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #146121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146121 is #EB9EDE. Grayscale: #424242. Windows color (decimal): -15441631 or 2187540. OLE color: 2187540.

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

Color convert

RGB 20 97 33 -
CMYK 0.79 0 0.66 0.62
HSL 130.13º 0.66% 0.23% -
HSV(B) 130.13º 0.79% 0.38% -
XYZ 4.84 8.81 2.88 -
YUV 66.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 20 97 33 0.79 0 0.66 0.62 130.13 0.66 0.23
Hex 14 61 21 4F 0 42 3E 82 42 17
Octal 24 141 41 117 0 102 76 202 102 27
Binary 10100 1100001 100001 1001111 0 1000010 111110 10000010 1000010 10111

Color Harmonies of #146121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146121

Black with #146121

Text Example


Text Example

White with #146121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146121; }

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

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

background-color css

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

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

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

border-color css

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

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

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