Html Css Color HEX #146322 Crusoe

📋 copy color: '#146322'

red 20 ◦ green 99 ◦ blue 34

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

Shades of Crusoe #146322

Tints of Crusoe #146322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 64.71%

 BLUE value IS 34 (13.67% from 255) = 22.22%

R = 13.07%
G = 64.71%
B = 22.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#146322 (or 0x146322) is known color: Crusoe. HEX triplet: 14, 63 and 22. RGB value is (20,99,34). Sum of RGB (Red+Green+Blue) = 20+99+34=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #146322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146322 is #EB9CDD. Grayscale: #444444. Windows color (decimal): -15441118 or 2253588. OLE color: 2253588.

HSL color Cylindrical-coordinate representation of color #146322: hue angle of 130.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146322 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 99 34 -
CMYK 0.80 0 0.66 0.61
HSL 130.63º 0.66% 0.23% -
HSV(B) 130.63º 0.8% 0.39% -
XYZ 5.04 9.19 3.02 -
YUV 67.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 20 99 34 0.80 0 0.66 0.61 130.63 0.66 0.23
Hex 14 63 22 50 0 42 3D 83 42 17
Octal 24 143 42 120 0 102 75 203 102 27
Binary 10100 1100011 100010 1010000 0 1000010 111101 10000011 1000010 10111

Color Harmonies of #146322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146322

Black with #146322

Text Example


Text Example

White with #146322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146322; }

 p { color: rgb(20,99,34); }

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

background-color css

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

 a { background-color: rgb(20,99,34); }

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

border-color css

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

 span { border-color: rgb(20,99,34); }

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